/
Dynamic SQL Query Construction
Dynamic SQL Query Construction
Using string manipulation functions like string.format
or table.concat
combined with escaping characters using conn:quote()
can be used to build efficient, dynamic SQL statements.
These techniques can be used when reading or writing to a database using SQL statements in the Translator.
, multiple selections available,
Related content
Executing SQL Statements
Executing SQL Statements
More like this
Calling Stored Procedures
Calling Stored Procedures
More like this
Reading from a Database
Reading from a Database
More like this
Handling Special Characters in SQL Statements
Handling Special Characters in SQL Statements
More like this
Concatenating strings
Concatenating strings
More like this
Writing to a Database
Writing to a Database
Read with this