SQL_ClearTable remove all rows from a database table
SQL_ClearTable(
DBConnection,
SQLTableName = "",
CloseChannel = TRUE,
Errors = TRUE
)
RemixAutoML::SQL_Server_DBConnection()
The SQL statement you want to run
TRUE to close when done, FALSE to leave the channel open
Set to TRUE to halt, FALSE to return -1 in cases of errors
Other Database:
AutoDataDictionaries()
,
SQL_DropTable()
,
SQL_Query_Push()
,
SQL_Query()
,
SQL_SaveTable()
,
SQL_Server_BulkPull()
,
SQL_Server_BulkPush()
,
SQL_Server_DBConnection()
,
SQL_UpdateTable()