SQL statements

SQL statements that are generated by a template or by a template wizard will use commas (,) as required for the syntax of the statement – for example, to separate items in a list or to separate arguments of a function.  These statements can be generated by:

If your database does not use commas to separate field values in an SQL statement, you must use the CONCAT command to build an SQL statement that is appropriate to your database.