Re: Why lower's not accept an AS declaration ?

Поиск
Список
Период
Сортировка
Искать
От
Stephan Szabo
Тема
Re: Why lower's not accept an AS declaration ?
Дата
Msg-id
20030818115349.R32578-100000@megazone.bigpanda.com
Ответ на
Список
Дерево обсуждения
Why lower's not accept an AS declaration ? Hervé Piedvache <herve@elma.fr>
Re: Why lower's not accept an AS declaration ? Martijn van Oosterhout <kleptog@svana.org>
Re: Why lower's not accept an AS declaration ? Darko Prenosil <darko.prenosil@finteh.hr>
Re: Why lower's not accept an AS declaration ? Darko Prenosil <darko.prenosil@finteh.hr>
Re: Why lower's not accept an AS declaration ? Hervé Piedvache <herve@elma.fr>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Hervé Piedvache <herve@elma.fr>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Tom Lane <tgl@sss.pgh.pa.us>
Re: Why lower's not accept an AS declaration ? Stephan Szabo <sszabo@megazone.bigpanda.com>
Re: Why lower's not accept an AS declaration ? Dennis Gearon <gearond@cvc.net>
Re: Why lower's not accept an AS declaration ? Bruno Wolff III <bruno@wolff.to>
Re: Why lower's not accept an AS declaration ? Ian Barwick <barwick@gmx.net>
Re: Why lower's not accept an AS declaration ? Joe Conway <mail@joeconway.com>

On Mon, 18 Aug 2003, [iso-8859-15] Herv� Piedvache wrote:

> Mistake ? Why a mistake ... it's as you said an alias ... for result ... I
> know that ... but why order by my alias is running ... and NOT an order by
> with a LOWER() function call is not running ... that's mean LOWER() do not
> accept alias ... but ORDER accept ... so sorry for me it's not so logical !

SQL92 doesn't allow expressions in order by, but you can name output
columns of the select list.  We extend the specification in a way similar
to SQL99 to allow expressions on the input columns of the select list.  We
do not extend it to expressions upon the output columns of the select list
(although re-reading SQL99 makes me believe that it would allow such).

В списке pgsql-general по дате отправления
От: Dennis Gearon
Дата:
Сообщение: Re: Simulating sequences
От: Dev
Дата:
FAQ