Subject Generating a external table
Author clementdoss
Hello,

I am working out some external table samples for a project.
Is it possible to generate a "NEWLINE" character in ISQL?
Could a query like
'INSERT INTo EXT_TBL VALUES ('NAME','LAST','20030310', <NewLine> )'
be created?
I have tried some trivial things like 'char(13)+char(10)', '\n' , a
smallint field with 1013 inside... Is there a way of doing this?

Best regards,
Clément

BTW, I am using FB1.0.2 (Xmas edition :-) )