fix
This commit is contained in:
parent
f12e62acf3
commit
9ffedf5343
@ -67,6 +67,9 @@ Dort wird die vereinfachte Version exportiert.
|
||||
* [Wesel](https://unfallkarte.hpadm.de/wesel)
|
||||
* [Wuppertal (kreisfreie Stadt)](https://unfallkarte.hpadm.de/wuppertal)
|
||||
|
||||
## Statistische Auswertungen
|
||||
|
||||
* https://radwege-hamm.de/dokuwiki/doku.php?id=unfallstatistik_nrw
|
||||
|
||||
## Javascript-Bibliotheken
|
||||
|
||||
|
@ -21,9 +21,8 @@ SELECT d.title,
|
||||
|
||||
d.Population as Population,
|
||||
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