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

Mit Peter und Nilan nochmals korrekturgelesen.

This commit is contained in:
Martin Thoma 2013-07-28 15:55:54 +02:00
parent fe6543ad0b
commit cb3f1a482f
6 changed files with 32 additions and 23 deletions

View file

@ -1,4 +1,5 @@
SELECT berater_id, name, anzahl
FROM Beratungsanzahl
JOIN Berater ON Berater.berater_id = Beratungsanzahl.berater_id
WHERE anzahl = MAX(anzahl)
ORDER BY anzahl DESC