Re: problems with single quotes..
От
postgresql
Тема
Re: problems with single quotes..
Дата
Msg-id
200112030308.fB338em54420@postgresql.org
Ответ на
Re: problems with single quotes.. (Stephan Szabo)
Список
Дерево обсуждения
Unexpected Return from Function "Anthony Bouvier" <anthony@developware.com>
Re: Unexpected Return from Function Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: Unexpected Return from Function "Anthony Bouvier" <anthony@developware.com>
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 To: Megalex 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 по дате отправления