Re: problems with single quotes..

Поиск
Список
Период
Сортировка
Искать
От
Horst Herb
Тема
Re: problems with single quotes..
Дата
Msg-id
20011202073819.28521.qmail@gnumed.dhs.org
Ответ на
Список
Дерево обсуждения
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 по дате отправления
От: Megalex
Дата:
Сообщение: problems with single quotes..
От: Megalex
Дата:
FAQ