Re: order by is ambiguous

Поиск
Список
Период
Сортировка
От Mike Nolan
Тема Re: order by is ambiguous
Дата
Msg-id 200401081936.i08Jau7J007154@gw.tssi.com
обсуждение исходный текст
Ответ на Re: order by is ambiguous  (Travel Jadoo <jadoo@xs4all.nl>)
Список pgsql-general
> Hmm but the first one has actually no name, it's just casted as datatype
> time. I now realise that casted columns get assigned the datatype as
> name. Should it not show  ?column? as output just like you a "select
> null;" would do?

i think you're confusing what the front end uses as a default column
heading with what the back end uses as a default column name.  '?column?'
would probably not meet SQL standards.
--
Mike Nolan

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

Предыдущее
От: Oleg Lebedev
Дата:
Сообщение: deferring/disabling unique index
Следующее
От: Mike Nolan
Дата:
Сообщение: 7.4, 'group by' default ordering?