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:
parent
fe6543ad0b
commit
cb3f1a482f
6 changed files with 32 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue