comment WHERE statut_validation

This commit is contained in:
Colas Geier 2024-02-28 17:40:45 +01:00
parent a48bc3382d
commit a4abbecfe6
3 changed files with 3 additions and 3 deletions

View File

@ -188,7 +188,7 @@ WHERE t.regne <> 'Animalia'
-- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère`
AND ds.id_dataset NOT IN (185) AND ds.id_dataset NOT IN (185)
-- statut_validation = 'Certain - très probable' -- statut_validation = 'Certain - très probable'
AND n20.cd_nomenclature = '1' -- AND n20.cd_nomenclature = '1'
ORDER BY s.id_synthese; ORDER BY s.id_synthese;
''' '''

View File

@ -190,7 +190,7 @@ WHERE t.regne = 'Animalia'
-- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère`
AND ds.id_dataset NOT IN (185) AND ds.id_dataset NOT IN (185)
-- statut_validation = 'Certain - très probable' -- statut_validation = 'Certain - très probable'
AND n20.cd_nomenclature = '1' -- AND n20.cd_nomenclature = '1'
ORDER BY s.id_synthese; ORDER BY s.id_synthese;
''' '''

View File

@ -190,7 +190,7 @@ WHERE t.regne = 'Animalia'
-- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère`
AND ds.id_dataset NOT IN (185) AND ds.id_dataset NOT IN (185)
-- statut_validation = 'Certain - très probable' -- statut_validation = 'Certain - très probable'
AND n20.cd_nomenclature = '1' -- AND n20.cd_nomenclature = '1'
ORDER BY s.id_synthese; ORDER BY s.id_synthese;
''' '''