Re: Ordering Error

Поиск
Список
Период
Сортировка
От Nabil Sayegh
Тема Re: Ordering Error
Дата
Msg-id 1060523206.608.2.camel@billy
обсуждение исходный текст
Ответ на Ordering Error  (Jason Davis <jasdavis@tassie.net.au>)
Список pgsql-novice
Am Son, 2003-08-10 um 15.23 schrieb Jason Davis:

> I can't use ORDER BY lower(col1) in my original and more complex query as
> the column is the result of a function.

If col1 is a function then try
ORDER BY <here_the_function_again_to_avoid_alias>

Of course this is ugly and slow, but if you find no other way at all ...

--
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : http://www.e-trolley.de


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

Предыдущее
От: Jason Davis
Дата:
Сообщение: Ordering Error
Следующее
От: Jun Queano
Дата:
Сообщение: array_in: Need to specify Dimension problem