1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/ClearTable.txt
Vitaly the Alpaca (bot) 36facbd1c6 Main build (Jenkins)
2025-03-22 11:54:15 +03:00

5 lines
148 B
Plaintext
Vendored

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