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
str_query = 'SELECT c.insee_com,c.cadastre_com,c.nom_com,c.cadastre_dept FROM code_cadastre c LEFT OUTER JOIN (SELECT * FROM batch WHERE etape = \'recupCadastre\' AND nombre_adresses = -1) b ON c.dept = b.dept AND c.cadastre_com = b.cadastre_com WHERE c.format_cadastre = \'VECT\' AND b.cadastre_com IS NULL ORDER BY 4,3;'