SQL
The sql object is used to interact with a database through SQL.
Use option.sql.function_name(arguments) or do sql = option.sql and use sql.function_name(arguments)
info
Parameters in [] are optional.
The sql object is used to interact with a database through SQL.
Use option.sql.function_name(arguments) or do sql = option.sql and use sql.function_name(arguments)
Parameters in [] are optional.