hello,
I am creating a Livelink report that I need to use a LIKE clause in
This is failing when I try and run the report with a message that says there's an unclosed quotation mark. The sql is is fine because I've tested it in Query Analyzer. Do the % signs need to be escaped?
Thanks
I am creating a Livelink report that I need to use a LIKE clause in
SQL:
WHERE subwork_title LIKE '%SOME TITLE%'
Thanks