Re: how to put an special code in a string

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема Re: how to put an special code in a string
Дата
Msg-id 3EA637B9.5060404@klaster.net
обсуждение исходный текст
Ответ на how to put an special code in a string  ("jack" <datactrl@tpg.com.au>)
Ответы Re: how to put an special code in a string  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-sql
Uz.ytkownik jack napisa?:
> Hi all,
>
> With pg/Sql, how do I put an special code in a string? Such as
>
> ''abc'' || <tab>||''xxx''||<cr/lf>
>
> How do I specify a tab or cr/lf code? Thank you
C style should work. Try
<tab> -> \t
<cr/lf> -> \r\n ?
Regards,
Tomasz Myrta



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

Предыдущее
От: "jack"
Дата:
Сообщение: how to put an special code in a string
Следующее
От: "jack"
Дата:
Сообщение: is there a special function like the format on raise notice