SQL_Query get data from a database table
SQL_Query(
DBConnection,
Query,
ASIS = FALSE,
CloseChannel = TRUE,
RowsPerBatch = 1024
)
RemixAutoML::SQL_Server_DBConnection()
The SQL statement you want to run
Auto column typing
TRUE to close when done, FALSE to leave the channel open
Rows default is 1024
Other Database:
AutoDataDictionaries()
,
SQL_ClearTable()
,
SQL_DropTable()
,
SQL_Query_Push()
,
SQL_SaveTable()
,
SQL_Server_BulkPull()
,
SQL_Server_BulkPush()
,
SQL_Server_DBConnection()
,
SQL_UpdateTable()