53 | | select count(id_bdcarthage), id_bdcarthage from noeuds group by id_bdcarthage order by count(id_bdcarthage) ---606 doublons |
| 53 | select count(id_bdcarthage), id_bdcarthage from noeuds group by id_bdcarthage order by count(id_bdcarthage) --ancienne version (Cédric) pas de doublons |
| 54 | select count(id_bdcarth), id_bdcarth from troncon_hydrographique group by id_bdcarth order by count(id_bdcarth) ---527817-527212+1=606 segments avec un doublon |
| 55 | select count(gid), gid from troncon_hydrographique group by gid order by count(gid) |
| 56 | |
| 57 | ---example |
| 58 | select * from troncon_hydrographique where id_bdcarth in ('409000825','605000402','427000399') order by id_bdcarth |