Issue with order by for type varchar

Поиск
Список
Период
Сортировка
От Simon_Kelly@moh.govt.nz
Тема Issue with order by for type varchar
Дата
Msg-id OF8586040B.B6512B99-ONCC2571E6.00776491-CC2571E6.00786173@moh.govt.nz
обсуждение исходный текст
Ответы Re: Issue with order by for type varchar  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hi All,

I am trying to order a select by the primary key which is a varchar field.

I have two known conditions,

1. the varchar always contains 28 characters. ( and, yes, I know the irony
of using a variable array on a known fixed length field )

2. the content of this field contains only the characters used in base 64
encoding.

However, when I do an order by I get misplacing of characters so character
sequences like "000+..." are coming after "0000....".

Is there any way of adding a function that would make the order by do
ordering on this field in the same way as the Java Collections.sort()
method?

Cheers

Simon

Simon Kelly
Java Developer
Information Systems Development
Information Technology Shared Services
Ministry of Health
DDI:
Mobile:

http://www.moh.govt.nz
mailto:Simon_Kelly@moh.govt.nz



****************************************************************************
Statement of confidentiality: This e-mail message and any accompanying
attachments may contain information that is IN-CONFIDENCE and subject to
legal privilege.
If you are not the intended recipient, do not read, use, disseminate,
distribute or copy this message or attachments.
If you have received this message in error, please notify the sender
immediately and delete this message.
****************************************************************************

*************************************************************************************
This e-mail message has been scanned for Viruses and Content and cleared
by the Ministry of Health's Content and Virus Filtering Gateway
*************************************************************************************

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

Предыдущее
От: "Tomi NA"
Дата:
Сообщение: Re: [pgsql-advocacy] Thought provoking piece on
Следующее
От: Benjamin Smith
Дата:
Сообщение: Re: off topic - web shop