Re: SQL Anfrage zu 'Es existiert genau ein ....'
From: Dieter Noeth (dnoeth_at_gmx.de)
Date: 05/06/04
- Next message: Frank Kalis: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Previous message: Juergen Frieling: "Re: ist es möglich Werte zu übertragen?"
- In reply to: Stefan Oedenkoven: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Next in thread: Frank Kalis: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Reply: Frank Kalis: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 06 May 2004 10:51:32 +0200
Stefan Oedenkoven wrote:
> ja so ist's richtig - nur dass 'Group' eine Aggregatfunktion ist und nicht
> zu SQL-92 gehört ;-(
Wer hat dir denn diesen Unsinn erzählt?
7.7 <group by clause>
Function
Specify a grouped table derived by the application of the <group by
clause> to the result of the previously specified clause.
Format
<group by clause> ::=
GROUP BY <grouping column reference list>
<grouping column reference list> ::=
<grouping column reference> [ { <comma> <grouping column reference>
}... ]
<grouping column reference> ::=
<column reference> [ <collate clause> ]
...
Leveling Rules
1) The following restrictions apply for Intermediate SQL:
a) Conforming Intermediate SQL language shall not contain any
<collate clause>.
2) The following restrictions apply for Entry SQL in addition to
any Intermediate SQL restrictions:
None.
Dieter
- Next message: Frank Kalis: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Previous message: Juergen Frieling: "Re: ist es möglich Werte zu übertragen?"
- In reply to: Stefan Oedenkoven: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Next in thread: Frank Kalis: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Reply: Frank Kalis: "Re: SQL Anfrage zu 'Es existiert genau ein ....'"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|