Re: String reverse funtion?

Поиск
Список
Период
Сортировка
От John Meyer
Тема Re: String reverse funtion?
Дата
Msg-id 5255990E.3030402@pueblocomputing.com
обсуждение исходный текст
Ответ на Re: String reverse funtion?  (David Johnston <polobo@yahoo.com>)
Ответы Re: String reverse funtion?  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
On 10/9/2013 11:52 AM, David Johnston wrote:
> 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.
>
>


Based upon the example, it's probably very easy to use a split/explode
in your language of choice (VB.NET, perl, python, etc).


В списке pgsql-general по дате отправления:

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: String reverse funtion?
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: String reverse funtion?