Skip to content
Snippets Groups Projects
Commit 2e51bd83 authored by Benoît Courty's avatar Benoît Courty
Browse files

fic ,

parent fa6fcd93
No related branches found
No related tags found
1 merge request!54Mise à jour de DataCirco
Pipeline #20118 passed
......@@ -165,7 +165,7 @@ class GetPopulation:
utilitaires.db_exec(
self.db.mogrify(
"""
SELECT sum(p21_pop::float) as population,
SELECT sum(p21_pop::float) as population
FROM insee_pop_2021
WHERE com in (%s)
"""
......@@ -427,7 +427,7 @@ class GetPopulation:
utilitaires.db_exec(
self.db.mogrify(
"""
SELECT sum(p21_pop::float) as population,
SELECT sum(p21_pop::float) as population
FROM insee_pop_2021
WHERE com in (%s)
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment