sorting problem

Поиск
Список
Период
Сортировка
От Jamie Deppeler
Тема sorting problem
Дата
Msg-id 41C22834.7060009@doitonce.net.au
обсуждение исходный текст
Ответы Re: sorting problem
Re: sorting problem
Список pgsql-general
Problem i am having at the moment i cant get a true alpha sort to work
as Order By is sorting A..Z then a..z where i need aA..zZ sort
independant of case.

SQL Query

SELECT
*
FROM
 person
WHERE
  (salutation LIKE '%To%')
ORDER BY
 person.lastname


Results

Ahsteit
Bloggs
Cap
Carrey
Diver
Duckula
Goldsworthy
Gruff
Harmony
Hassleberry-flop-flop
Heyheagle
Jahoosal
Straindove
Yorrick
of Finchery


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

Предыдущее
От: Chris Smith
Дата:
Сообщение: Re: MD5
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: MD5