1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-04 20:54:02 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTableColumn.txt
T
Vitaly the Alpaca (bot) 6863fc6123 Main build (Jenkins)
2026-01-06 23:16:25 +03:00

6 lines
176 B
Plaintext
Vendored

Base = "C:\Users\bayse\AppData\Local\Temp\v8_5DFF_2c.sqlite";
Table = "test";
Name = "new_col";
Result = OPI_SQLite.DeleteTableColumn(Table, Name, Base);