Re: Sorting Problem

Поиск
Список
Период
Сортировка
От Tim Edwards
Тема Re: Sorting Problem
Дата
Msg-id Law10-F90diz7RzDe1n0001211a@hotmail.com
обсуждение исходный текст
Ответ на Sorting Problem  ("Tim Edwards" <mor4321@hotmail.com>)
Список pgsql-general
I was afraid of something like that. I found a sort term fix by using the
following:

select remote_model,
translate(remote_model, '-', 'a')
from remote
order by translate(remote_model, '-', 'a') asc

But it's an ugly answer to this, but it works for now. Guess I'm going to be
readin up on Locales

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail


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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: PostGreSQL - Accessing It
Следующее
От: Robert Creager
Дата:
Сообщение: Re: How to prevent vacuum and reindex from deadlocking.