Learn R Programming

RemixAutoML (version 0.5.0)

SQL_ClearTable: SQL_ClearTable

Description

SQL_ClearTable remove all rows from a database table

Usage

SQL_ClearTable(
  DBConnection,
  SQLTableName = "",
  CloseChannel = TRUE,
  Errors = TRUE
)

Arguments

DBConnection

RemixAutoML::SQL_Server_DBConnection()

SQLTableName

The SQL statement you want to run

CloseChannel

TRUE to close when done, FALSE to leave the channel open

Errors

Set to TRUE to halt, FALSE to return -1 in cases of errors

See Also

Other Database: AutoDataDictionaries(), ExecuteSSIS(), SQL_DropTable(), SQL_Query_Push(), SQL_Query(), SQL_SaveTable(), SQL_Server_BulkPull(), SQL_Server_BulkPush(), SQL_Server_DBConnection(), SQL_UpdateTable()