2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2013-07-27 15:29:03 +02:00
parent 29d5c11e84
commit a430494180
7 changed files with 0 additions and 0 deletions

View file

@ -1,4 +0,0 @@
SELECT berater_id, name, anzahl
FROM Beratungsanzahl
JOIN Berater ON Berater.berater_id = Beratungsanzahl.berater_id
ORDER BY anzahl DESC