1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/ClearTable.txt
T
Vitaly the Alpaca (bot) bc65baa819 Main build (Jenkins)
2025-10-18 15:59:32 +03:00

5 lines
140 B
Plaintext
Vendored

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