problems with single quotes..

Поиск
Список
Период
Сортировка
От Megalex
Тема problems with single quotes..
Дата
Msg-id 000b01c07680$29fb2430$0301a8c0@klanomega.com
обсуждение исходный текст
Ответ на Re: Unexpected Return from Function  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: problems with single quotes..  (Horst Herb <hherb@malleenet.net.au>)
Re: problems with single quotes..  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: problems with single quotes..  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: problems with single quotes..  ("postgresql" <pgsql@symcom.com>)
Список pgsql-sql
ok.. here is my deal..

everytime i try to run an insert and my text contains '\'
it fails..

an sql example would be.

Insert Into table(userID,FirstName,LastName) values(1,'''\''','test')
and i get this message...

Error while executing the query; ERROR: parser: parse error at or near
"test"

how can i fix this??

Alex,









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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Unexpected Return from Function
Следующее
От: Horst Herb
Дата:
Сообщение: Re: problems with single quotes..