Re: how to put an special code in a string

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: jack <datactrl(at)tpg(dot)com(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: how to put an special code in a string
Date: 2003-04-23 06:50:33
Message-ID: 3EA637B9.5060404@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message jack 2003-04-23 08:52:46 is there a special function like the format on raise notice
Previous Message jack 2003-04-23 02:33:07 how to put an special code in a string