Subject Re: Re[2]: [firebird-support] quotation marks >"
Author Robert Razniewski
----- Original Message -----
From: "Nando Dessena" <nandod@...>
To: <firebird-support@yahoogroups.com>
Sent: Friday, July 25, 2003 12:45 PM
Subject: Re[2]: [firebird-support] quotation marks >"<


> Robert,
>
> RR> I need specially "
>
> insert into atable (afield) values ('a girl called "Johnny"')
>
> should work. If you need to use single quotes, double them:
>
> insert into atable (afield) values ('a girl called ''Johnny''')
>

Thx. Tested with success. Thanks for all.

regards
rr