...
In the example above conn:quote()
is used to safely quotes quote string and date values and table.concat()
is used to concatenate the quoted values for the SQL statement. See Writing SQL Statements for additional tips on structuring SQL statements.
...