Changes between Version 13 and Version 14 of Noeuds mer RHT


Ignore:
Timestamp:
Oct 3, 2012 4:59:12 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeuds mer RHT

    v13 v14  
    4242where s.id_drain=n.id_drain; -- 1114 
    4343update rht.noeudmer set zonegeo='Golfe de Gascogne' where zonegeo='Biscaye'; 
    44 select * from rht.noeudmer where zonegeo is null; -- zero lignes 
     44select * from rht.noeudmer where zonegeo is null; -- zero lines 
    4545}}} 
    4646 
     
    8282                on ST_DWithin(noeudfrontiere.the_geom,ccmrs.the_geom, 500)) as sub 
    8383        group by id_drain, distance, wso1_id,cs_nbdams, cum_len_sea) as jointure 
    84 where noeudmer.id_drain=jointure.id_drain; --100 lignes modifiées 
     84where noeudmer.id_drain=jointure.id_drain; --100 lines modified 
    8585}}} 
    8686