Re: Substitute

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Substitute
Date: 2007-03-21 03:02:56
Message-ID: etq779$8ld$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Judith написа:
> Hello everybody....
>
> somebody knows, how I can substitute in a query if a field contains a
> character that I want to be shown with other character?
>
> for example if I have a \n I want to shows me a ~ in the result of the
> select
>

Look for 'replace' here -
http://www.postgresql.org/docs/8.2/static/functions-string.html.

--
Milen A. Radev

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2007-03-21 03:02:59 Re: Substitute
Previous Message Judith 2007-03-20 23:54:47 Substitute