Subject Re: [firebird-support] Quote Question
Author Alberto Pesce
Thanks,
but in a store procedure how can I set automatically do this?

like replace function and so...


Alberto :-)


----- Original Message -----
From: "Ann W. Harrison" <aharrison@...>
To: <firebird-support@yahoogroups.com>
Sent: Friday, April 22, 2005 8:45 PM
Subject: Re: [firebird-support] Quote Question


>
> Alberto Pesce wrote:
>
> > How can I do INSERT in a table a string that may have a signle quote?
> >
>
> Double up the single quote...
>
> insert into Quotations
> (quote, author) values (
> 'Don''t hide your eyes. Plagiarize!',
> 'Tom Leher');
>
> Regards,
>
>
> Ann
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>