1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
T
Vitaly the Alpaca (bot) 4ee8a7be7e Test data update (Jenkins)
2025-05-21 06:52:45 +03:00

3 lines
241 B
Plaintext
Vendored

oint sqlite ExecuteSQLQuery ^
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^
--db "C:\Users\Administrator\AppData\Local\Temp\rb4womm5mht.sqlite"