1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-18 05:04:13 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTable.txt
T
Vitaly the Alpaca (bot) c7aa749dfe Main build (Jenkins)
2026-01-31 10:29:04 +03:00

4 lines
137 B
Plaintext
Vendored

Base = "C:\Users\bayse\AppData\Local\Temp\v8_ED7A_d0.sqlite";
Table = "test";
Result = OPI_SQLite.DeleteTable(Table, Base);