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/ClearTable.txt
T
Vitaly the Alpaca (bot) 01efcb3842 Main build (Jenkins)
2025-10-15 14:32:00 +03:00

5 lines
141 B
Plaintext
Vendored

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