1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-14 03:19:34 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTable.txt
T
Vitaly the Alpaca (bot) 718e63ea2c Main build (Jenkins)
2026-01-23 19:38:24 +03:00

4 lines
137 B
Plaintext
Vendored

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