7 | | select count(*) from rht.rht ---114601 (version1 avec pb de topologie) |
8 | | select count(*) from rht.rhtvs2 ---114564 (version octobre) |
9 | | |
10 | | select id_drain from rht.rht where id_drain not in (select id_drain from rht.rhtvs2) ---37 id_drain supprimés |
| 7 | select count(*) from rht.rht ---114601 (version1 avec pb de topologie); |
| 8 | select count(*) from rht.rhtvs2 ---114564 (version octobre); |
| 9 | |
| 10 | select id_drain from rht.rht where id_drain not in (select id_drain from rht.rhtvs2); ---37 id_drain supprimés |
| 11 | select id_drain from rht.rhtvs2 where id_drain not in (select id_drain from rht.rht_topology); --- 0 id_drain crées |