Subject | Re: [firebird-support] Inserting CR/LF to a string using ISQL |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-03-25T03:45:50Z |
On 24 Mar 2004 at 9:10, diwic2 wrote:
insert into foo (test) values ('Hello
world');
SY, Dimitry Sibiryakov.
>How do I insert linebreaks into a string with ISQL?In a script you can use this:
>
>I'm looking for something like this:
>
>insert into foo (test) values ("Hello"+#13#10+"world")
insert into foo (test) values ('Hello
world');
SY, Dimitry Sibiryakov.