I got a query containing this:
INNER JOIN
com
ON
com.company_id = pi.company_id
AND com.company_name LIKE '%TUTTO PER L'UFFICIO%'
coldfusion show this error:
Incorrect syntax near 'UFFICIO'
How can I fix this?
P.S. can't use cfparam because this is not in a query(is in <cfsavecontent variable = "sql_query"> ... </cfsavecontent>
)