1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-06 21:04:14 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTable.txt
T
Vitaly the Alpaca (bot) 09e9cbc4e9 Main build (Jenkins)
2025-01-12 13:07:21 +03:00

5 lines
148 B
Plaintext
Vendored

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