Remove last function added from todo
This commit is contained in:
parent
09ee438cb4
commit
c0f3c7cf87
1 changed files with 0 additions and 1 deletions
1
todo
1
todo
|
@ -1,3 +1,2 @@
|
|||
SELECT Code_postal, AVG(Valeur_fonciere) FROM DVF2018 WHERE Commune = 'Rennes' AND Code_postal <> "" GROUP BY Code_postal ORDER BY Code_postal desc;
|
||||
SELECT Code_departement, ROUND(AVG(Valeur_fonciere)) FROM DVF2018 GROUP BY Code_departement ORDER BY Code_departement asc;
|
||||
SELECT Nature_mutation, COUNT(Nature_mutation) FROM DVF2018 WHERE Code_departement = 35 GROUP BY Nature_mutation ORDER BY COUNT(Nature_mutation) desc;
|
||||
|
|
Loading…
Reference in a new issue