R/Sql.R
lowLevelExecuteSql.Rd
This function executes a single SQL statement.
lowLevelExecuteSql(connection, sql)
The connection to the database server created using either connect() or DBI::dbConnect().
connect()
DBI::dbConnect()
The SQL to be executed