Re: [SQL] Order by
От
Herouth Maoz
Тема
Re: [SQL] Order by
Дата
Msg-id
l03130305b37af76d6120@[147.233.159.109]
Ответ на
Re: [SQL] Order by (wieck@debis.com (Jan Wieck))
Список
Дерево обсуждения
Order by "Michael Yeung" <michaely@alphanet.net.au>
Re: [SQL] Order by Herouth Maoz <herouth@oumail.openu.ac.il>
Re: [SQL] Order by wieck@debis.com (Jan Wieck)
Re: [SQL] Order by Herouth Maoz <herouth@oumail.openu.ac.il>
Re: [SQL] Order by wieck@debis.com (Jan Wieck)
Re: [SQL] Order by Herouth Maoz <herouth@oumail.openu.ac.il>
Re: [SQL] Order by wieck@debis.com (Jan Wieck)
At 17:49 +0300 on 02/06/1999, Jan Wieck wrote: > GROUP BY must be possible in a view's query expression. > Without that views with aggregate columns could never work > properly. > > If I now read your above statements right, "query expression" > -> "query specification" -> "table expression" also forbid's > GROUP BY, because it cannot occur in a table expression - > right? That means that a fully SQL92 compliant DB cannot > support aggregates in view definitions? No, "table expression" includes "group by" and "having", because they define the data itself. They actually say something about the set of tuples. Here is the "table expression" definition:
В списке pgsql-sql по дате отправления