Subject Re[2]: [firebird-support] quotation marks >"
Author Nando Dessena
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''')

Ciao
--
Nando mailto:nandod@...