Subject | Re: [ib-support] How to do CTRL characters in an IB string literal? |
---|---|
Author | Ann W. Harrison |
Post date | 2001-05-02T18:28:08Z |
At 01:42 AM 5/3/2001 +1000, Helen Borrie wrote:
abc
def
Create an external table that maps it.
create blah blah (x char (3), fluff char (2));
Fluff contains the bytes you want.
Regards,
Ann
>My question was: how can I get Carriage Return and Line Feed into theCreate a text file consisting of two lines:
>last two 1-byte columns of my table?
abc
def
Create an external table that maps it.
create blah blah (x char (3), fluff char (2));
Fluff contains the bytes you want.
Regards,
Ann