fix
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user