Unfallzahlen

This commit is contained in:
Walter Hupfeld 2023-10-08 18:40:12 +02:00
parent 9ffedf5343
commit b19ae4fbd8
3 changed files with 1 additions and 1 deletions

BIN
Statistic/Unfallzahlen.ods Normal file

Binary file not shown.

View File

@ -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;