Re: [GENERAL] how to change delimiter single-quote ?

Поиск
Список
Период
Сортировка
От abdelkrim
Тема Re: [GENERAL] how to change delimiter single-quote ?
Дата
Msg-id 000e01bec25f$95f20360$0601a8c0@kosovo.idianet.net
обсуждение исходный текст
Список pgsql-general

>On Tue, 29 Jun 1999, abdelkrim wrote:
>
>> Hello
>>
>> I'have some problems with single-quote,
>> if i insert some text with single-quote ( ' ) error occured !!!
>> thanks
>>
>>
>>
>
>The common way to achieve this is to double up the quotes:
>
>INSERT INTO table (column) VALUES ('Some ''quoted'' text');
>
>
>Simon.
>
>
>--
> "Half-dead cat found in box -- Animal Rights group seeks Austrian
scientist"
>
>   Simon Drabble                      Somewhere in cyberspace
>   simond@foxlink.net
>


is't no way to change the single-quote to an another character ?



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

Предыдущее
От: Simon Drabble
Дата:
Сообщение: Re: [GENERAL] how to change delimiter single-quote ?
Следующее
От: "Colin Price (EML)"
Дата:
Сообщение: [GENERAL] 6.4.2 and 6.5 date usertype difference