1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTableColumn.txt
T
Vitaly the Alpaca (bot) c879cf4ffe Main build (Jenkins)
2025-10-18 15:33:15 +03:00

6 lines
176 B
Plaintext
Vendored

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