Re: String reverse funtion?

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: String reverse funtion?
Дата
Msg-id 1381341179741-5773887.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: String reverse funtion?  (John Meyer <johnmeyer@pueblocomputing.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Incorrect index being used
Следующее
От: John Meyer
Дата:
Сообщение: Re: String reverse funtion?