1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/DeleteTable.txt
Vitaly the Alpaca (bot) cc6797d18b Main build (Jenkins)
2025-03-19 13:45:16 +03:00

5 lines
150 B
Plaintext
Vendored

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