PreserveSingleQuotes(variable)
Prevents ColdFusion from automatically "escaping" single-quotes contained in variable.
Variable containing the string for which single quotes are preserved.
PreserveSingleQuotes is useful in SQL statements.