mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 07:47:57 +02:00
misc
This commit is contained in:
parent
29d5c11e84
commit
a430494180
7 changed files with 0 additions and 0 deletions
4
documents/musterloesung-db-klausur-b/d3e.sql
Normal file
4
documents/musterloesung-db-klausur-b/d3e.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
SELECT berater_id, name, anzahl
|
||||
FROM Beratungsanzahl
|
||||
JOIN Berater ON Berater.berater_id = Beratungsanzahl.berater_id
|
||||
ORDER BY anzahl DESC
|
Loading…
Add table
Add a link
Reference in a new issue