sql_execute(sql, db_name)
sql_execute.Rd
Execute a SQL command to the database
Arguments
- sql
String. The SQL command to send to <db_name>.
- db_name
String. The name of the database to run the query against. Should be "Elmer" or "ElmerGeo". Default = "Elmer".