Hi guys We would like to insert a string as a column with the QueryRecord which includes a single quote, please check my example below.
SELECT 'Can't create a text with single quote' AS message FROM FLOWFILE The yellow marked single quote generates a syntax error and I don’t know how to fix it. Surrounding double quotes doesn’t seem to work as in regular SQL. I tried the following with no luck: * \\’ * \’ * ‘’ (Double up the single quote) Any help would be appreciated. Cheers Josef
smime.p7s
Description: S/MIME Cryptographic Signature
