Re: how to put an special code in a string - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: how to put an special code in a string
Date
Msg-id 3EA637B9.5060404@klaster.net
Whole thread Raw
In response to how to put an special code in a string  ("jack" <datactrl@tpg.com.au>)
Responses Re: how to put an special code in a string
List 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 by date:

Previous
From: "jack"
Date:
Subject: how to put an special code in a string
Next
From: "jack"
Date:
Subject: is there a special function like the format on raise notice