Re: String reverse funtion?

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: String reverse funtion?
Date: 2013-10-09 17:52:59
Message-ID: 1381341179741-5773887.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ginkgo36 wrote
> Hello everyone
>
> I have to reverse a string like EA;BX;CA to CA;BX;EA. or EA,BX,CA to
> CA,BX,EA
>
> Is there any function to do this?
>
> Thanks all!

No. You will have to write your own.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/String-reverse-funtion-tp5773871p5773887.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Meyer 2013-10-09 17:57:34 Re: String reverse funtion?
Previous Message Tom Lane 2013-10-09 16:06:25 Re: Incorrect index being used