Subject | Re: [ib-support] quotes in DML |
---|---|
Author | Claus Heeg |
Post date | 2002-02-19T10:10:13Z |
try this
INSERT INTO T ( ID, STR ) VALUES ( 1, "O'Reilly" )
ibfa2000 wrote:
INSERT INTO T ( ID, STR ) VALUES ( 1, "O'Reilly" )
ibfa2000 wrote:
>Hi,
>
>How can I write DML containing quotes, for example:
>
>INSERT INTO T ( ID, STR ) VALUES ( 1, 'O'Reilly' )
>
>Thanks,
>
>Fabrice
>
>
>
>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/
>
>
>
>.
>