You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-18 05:04:13 +02:00
5 lines
119 B
Plaintext
Vendored
5 lines
119 B
Plaintext
Vendored
Base = FunctionParameters["SQLite_DB"];
|
|
Table = "test";
|
|
|
|
Result = OPI_SQLite.DeleteTable(Table, Base);
|