Re: [INTERFACES] How to store '

Поиск
Список
Период
Сортировка
От Ken J. Wright
Тема Re: [INTERFACES] How to store '
Дата
Msg-id 3.0.32.19990507132105.008d9a40@ren.cncware.com
обсуждение исходный текст
Список pgsql-interfaces
You have to preceed each occurence of ' with a \.
So "test'string" becomes "test\'string".

Cheers!

Ken

At 08:02 PM 5/7/99 +0000, you wrote:
>
>Hello,
>
>Is there a way to store a string with the ' character in it ?
>I have to import a database with a lot of strings containing the '
>character.
>If it is not possible i should write a script to replace them with a `
>char.
>
>Thanks in advance,
>
>Henk Jan
>



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

Предыдущее
От: Henk Jan Barendregt
Дата:
Сообщение: How to store '
Следующее
От: "Gregory W Burnham"
Дата:
Сообщение: Re: [INTERFACES] How to store '