Re: Why lower's not accept an AS declaration ?
От
Darko Prenosil
Тема
Re: Why lower's not accept an AS declaration ?
Дата
Msg-id
200308181304.07315.darko.prenosil@finteh.hr
Ответ на
Why lower's not accept an AS declaration ? (Hervé Piedvache)
Список
Дерево обсуждения
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 Monday 18 August 2003 10:20, Hervé Piedvache wrote: > Hi, > > May be my question is stupid ... but I'm a little suprised : > > SELECT id_letter as letter from my_table; > > letter > ----- > B > C > a > A > > SELECT id_letter as letter from my_table order by letter; > > letter > ----- > A > B > C > a > > SELECT id_letter as letter from my_table order by lower(letter); > > ERROR: Attribute "letter" not found > Why did you change column name to "letter" in last query, and all the other queries have "id_letter" as column name. What is table structure exactly ? I assume that You don't have column with "letter" at all. Regards !
В списке pgsql-general по дате отправления