Unfallzahlen
This commit is contained in:
parent
9ffedf5343
commit
b19ae4fbd8
BIN
Statistic/Unfallzahlen.ods
Normal file
BIN
Statistic/Unfallzahlen.ods
Normal file
Binary file not shown.
@ -23,6 +23,6 @@ SELECT d.title,
|
||||
SUM(UJAHR=2022)/d.Population*1000 as Quote_2022
|
||||
FROM data s, district d
|
||||
WHERE IstRad=1
|
||||
åAND d.ULAND=s.ULAND AND d.UREGBEZ=s.UREGBEZ AND d.UKREIS=s.UKREIS
|
||||
AND d.ULAND=s.ULAND AND d.UREGBEZ=s.UREGBEZ AND d.UKREIS=s.UKREIS
|
||||
GROUP BY s.ULAND, s.UREGBEZ, s.UKREIS
|
||||
ORDER BY Quote_2022 DESC;
|
Loading…
Reference in New Issue
Block a user