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

5 lines
172 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);