1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTableColumn.txt
Vitaly the Alpaca (bot) 6196c8661a Main build (Jenkins)
2025-07-15 23:11:07 +03:00

6 lines
154 B
Plaintext
Vendored

Base = FunctionParameters["SQLite_DB"];
Table = "test";
Name = "new_col";
Result = OPI_SQLite.DeleteTableColumn(Table, Name, Base);