Execute SQL code
This function executes a single SQL statement.
lowLevelExecuteSql(connection, sql)
connection
: The connection to the database server created using either connect()
or DBI::dbConnect()
.sql
: The SQL to be executedUseful links