1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-26 20:43:22 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTable.txt
T
Vitaly the Alpaca (bot) 02baef68a1 Main build (Jenkins)
2026-03-17 23:35:04 +03:00

4 lines
137 B
Plaintext
Vendored

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