2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
Commit graph

3 commits

Author SHA1 Message Date
Stefan Koch
097d360423 MAX in WHERE not possible
You cannot use MAX() in a WHERE clause, instead use a subquery.

The ORDER BY is also unneeded, because we only select the maximum. So what to order, there is only one number (even if multiple entries with the same number).
2013-07-30 11:18:13 +02:00
Martin Thoma
cb3f1a482f Mit Peter und Nilan nochmals korrekturgelesen. 2013-07-28 15:55:54 +02:00
Martin Thoma
a430494180 misc 2013-07-27 15:29:03 +02:00
Renamed from documents/musterloesung-db-aufgabe-d1/d3e.sql (Browse further)