Subject Re: [ib-support] How to add to string constant?
Author Andrew Guts
Dmitry,

That's what I wanted. Thank you very much.

Andrew

Dimitry Sibiryakov wrote:

>On 20 Nov 2002 at 18:43, Andrew Guts wrote:
>
>
>
>>I need something like that:
>>
>>insert into Table1 (Field1)
>>values ('String\n')
>>
>>
>
> Try something like that:
>
>insert into Table1(Field1)
>values('First string
>Second string')
>
> It is platform-specific, but I believe you can fight surrounding
>problems.
>
> SY, Dimitry Sibiryakov.
>
>
>
>
>To unsubscribe from this group, send an email to:
>ib-support-unsubscribe@egroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>