Subject Re: quotes in DML
Author mmenaz
--- In ib-support@y..., "ibfa2000" <fabrice.aeschbacher@k...> wrote:
> Hi,
>
> How can I write DML containing quotes, for example:
>
Just double them
> INSERT INTO T ( ID, STR ) VALUES ( 1, 'O'Reilly' )
becomes:
INSERT INTO T ( ID, STR ) VALUES ( 1, 'O''Reilly' )
Regards
Marco Menardi