Hi,
How can I perform an insert that contains linefeeds, such as

INSERT INTO X VALUES (123, 'a'||chr(10)||'b');

Which does not work because the chr function is not defined.

Regards,
Andrew Ward.


Reply via email to