ORDER BY Problem...

Поиск
Список
Период
Сортировка
От Severin Olloz
Тема ORDER BY Problem...
Дата
Msg-id 9fjv1j$mg8$1@news.imp.ch
обсуждение исходный текст
Ответы Re: ORDER BY Problem...  ("Reinoud van Leeuwen" <reinoud@xs4all.nl>)
RE: ORDER BY Problem...  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Hello...

Why does Postgresql order the uppercase letters first?

I have e.g. a table with one row an in this row there are follow values:

row1
----
ADC
aa
ABC

With this select-syntax 

select * from table order by row1

I become this output

ABC
ADC
aa

but I want this ouptut:

aa
ABC
ADC

What do I wrong?

-- 
Gruss: Severin Olloz


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

Предыдущее
От: prasanna venkatesan
Дата:
Сообщение: capturing stored procedure return values from php??please help .
Следующее
От: "Reinoud van Leeuwen"
Дата:
Сообщение: Re: ORDER BY Problem...