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? Thanks: Severin Olloz ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
- [GENERAL] ORDER BY Problem Rodolphe QUIEDEVILLE
- Re: [GENERAL] ORDER BY Problem Severin Olloz
- Re: [GENERAL] ORDER BY Problem Eric G. Miller
- Re: [GENERAL] ORDER BY Problem Trond Eivind Glomsrød
- [GENERAL] ORDER BY problem Thomas Beutin
- Re: [GENERAL] ORDER BY problem Stephan Szabo