Subject | Re[2]: [firebird-support] quotation marks >" |
---|---|
Author | Nando Dessena |
Post date | 2003-07-25T10:45:05Z |
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@...
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@...