1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTableColumn.txt
T
Vitaly the Alpaca (bot) e5b7fad8eb Main build (Jenkins)
2025-11-13 10:35:14 +03:00

6 lines
176 B
Plaintext
Vendored

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