1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-26 20:43:22 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTableColumn.txt
T
Vitaly the Alpaca (bot) 02baef68a1 Main build (Jenkins)
2026-03-17 23:35:04 +03:00

5 lines
172 B
Plaintext
Vendored

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