Re: problems with single quotes..
От
Horst Herb
Тема
Re: problems with single quotes..
Дата
Msg-id
20011202073819.28521.qmail@gnumed.dhs.org
Ответ на
problems with single quotes.. (Megalex)
Список
Дерево обсуждения
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>
On Friday 05 January 2001 05:57, Megalex wrote: > everytime i try to run an insert and my text contains '\' > it fails.. > Insert Into table(userID,FirstName,LastName) values(1,'''\''','test') > and i get this message... > how can i fix this?? by escaping the '\' try Insert Into table(userID,FirstName,LastName) values(1,'\\','test') ant it will work CHeers, HOrst
В списке pgsql-sql по дате отправления