SQL92 compliance

Поиск
Список
Период
Сортировка
От Daniel CAUNE
Тема SQL92 compliance
Дата
Msg-id 000301c6c655$0e3a0100$0b00a8c0@tedy
обсуждение исходный текст
Ответы Re: SQL92 compliance  (Michael Glaesemann <grzm@seespotcode.net>)
Re: SQL92 compliance  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
Hi,

Is AS in "SELECT my_column AS my_name FROM my_table" mandatory to be SQL92
compliant?

PostgreSQL requires this keyword by default when defining alias, which might
be good thing.  I mean, I would prefer being notified from a syntax error
than spending a couple of hours wondering why a client application, at the
end of a several data marshalling processes, doesn't get the right data...
For instance MySQL doesn't require it and sometimes that sucks:
 SELECT my_column1        my_column2,        my_column3   FROM my_table

Regards,


--
Daniel



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: joining VIEWs
Следующее
От: chrisj
Дата:
Сообщение: error with mor than 1 sub-select