Learn R Programming

RemixAutoML (version 0.4.2)

SQL_Query: SQL_Query

Description

SQL_Query get data from a database table

Usage

SQL_Query(
  DBConnection,
  Query,
  ASIS = FALSE,
  CloseChannel = TRUE,
  RowsPerBatch = 1024
)

Arguments

DBConnection

RemixAutoML::SQL_Server_DBConnection()

Query

The SQL statement you want to run

ASIS

Auto column typing

CloseChannel

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

RowsPerBatch

Rows default is 1024

See Also

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