Re: problems with single quotes..

Поиск
Список
Период
Сортировка
От postgresql
Тема Re: problems with single quotes..
Дата
Msg-id 200112030308.fB338em54420@postgresql.org
обсуждение исходный текст
Ответ на Re: problems with single quotes..  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: problems with single quotes..  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
but this is exactally correct behavior.....you can use either two single quotes to 
escape the quote or the backslash so.....
'  ''   \\   ''   '
singlequote to start the sequence(string)
two singlequotes to insert an escape then a singlequote (yields a single quote)
a backslash to escape the following backslash (yields a single backslash)
two singlequotes to insert an escape then a singlequote (yields a single quote)
then ended by a single quote

this is acting correctly.....

Ted
-----Original Message-----
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Megalex <megalex@klanomega.com>
Date: Sun, 2 Dec 2001 14:21:33 -0800 (PST)
Subject: Re: [SQL] problems with single quotes..

> On Thu, 4 Jan 2001, Megalex wrote:
> 
> > i already tried escaping it.. but the problem is
> > with the singlequote-backslash-singlequote combinations..
> 
> '''\\''' seems to insert a singlequote-backslash-singlquote
> for me.
> 
> 
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo@postgresql.org
> 




В списке pgsql-sql по дате отправления:

Предыдущее
От: Roberto Mello
Дата:
Сообщение: Re: contracting tables
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: problems with single quotes..