Re: insert a value into a table

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: insert a value into a table
Дата
Msg-id 20051021154506.GA53678@winnie.fuhr.org
обсуждение исходный текст
Ответ на insert a value into a table  ("surabhi.ahuja" <surabhi.ahuja@iiitb.ac.in>)
Список pgsql-general
On Fri, Oct 21, 2005 at 08:29:44PM +0530, surabhi.ahuja wrote:
>  i have a fiels - varchar(100)
>
> to this fiels i am trying to insert
>
> "abc\def\xyz'
>
> but it is not inserting the whole thing ...

See "String Constants" in the documentation and take particular
note of what it says regarding backslashes:

http://www.postgresql.org/docs/8.0/interactive/sql-syntax.html#SQL-SYNTAX-CONSTANTS

--
Michael Fuhr

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

Предыдущее
От: "Larry Rosenman"
Дата:
Сообщение: Re: insert a value into a table
Следующее
От: SCassidy@overlandstorage.com
Дата:
Сообщение: Re: a stored procedure ..with integer as the parameter