SQL_UpdateTable update a database table
SQL_UpdateTable(
DataToPush,
DBConnection,
SQLTableName = "",
Index = NULL,
CloseChannel = TRUE,
Verbose = TRUE,
Test = FALSE,
NAString = "NA",
Fast = TRUE
)
Update data table in warehouse with new values
RemixAutoML::SQL_Server_DBConnection()
The SQL statement you want to run
Column name of index
TRUE to close when done, FALSE to leave the channel open
TRUE or FALSE
Set to TRUE to see if what you plan to do will work
Supply character string to supply missing values
Set to TRUE to update table in one shot versus row by row
Other Database:
AutoDataDictionaries()
,
SQL_ClearTable()
,
SQL_DropTable()
,
SQL_Query_Push()
,
SQL_Query()
,
SQL_SaveTable()
,
SQL_Server_BulkPull()
,
SQL_Server_BulkPush()
,
SQL_Server_DBConnection()