You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On ne traite que les communes dont l'import initial est posterieur au dernier import de bâtiments
str_query = "SELECT DISTINCT c.insee_com,c.nom_com,c.cadastre_dept FROM code_cadastre c JOIN (SELECT cadastre_com FROM code_cadastre WHERE format_cadastre = 'VECT' EXCEPT SELECT b1.cadastre_com FROM batch b1 JOIN batch b2 USING (cadastre_com) WHERE b1.etape = 'importQadastre' AND b2.etape = 'importBuildings' AND b1.timestamp_debut < b2.timestamp_debut)j USING (cadastre_com) ORDER BY 3,2;"