Re: String reverse funtion? - Mailing list pgsql-general

From David Johnston
Subject Re: String reverse funtion?
Date
Msg-id 1381341179741-5773887.post@n5.nabble.com
Whole thread Raw
Responses Re: String reverse funtion?  (John Meyer <johnmeyer@pueblocomputing.com>)
List 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.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Incorrect index being used
Next
From: John Meyer
Date:
Subject: Re: String reverse funtion?