1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTableColumn.txt
T

5 lines
145 B
Plaintext
Raw Normal View History

Base = "/tmp/vnnmoosn.qqb.sqlite";
2025-06-09 22:06:01 +03:00
Table = "test";
Name = "new_col";
Result = OPI_SQLite.DeleteTableColumn(Table, Name, Base);