Changes between Version 8 and Version 9 of Lakes
- Timestamp:
- Oct 19, 2010 11:44:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lakes
v8 v9 12 12 Same wso_id for the lakes 1, 2, 3 and same wso_id for the five riversegment (they are in the same bassin)[[BR]] 13 13 14 {{{ 15 select r.wso_id, r.wso1_id, cont_pixel, upstream_a, l.wso_id from ccm21.riversegments as r inner join ccm21.lakes as l on r.cont_pixel=l.upstream_a and r.wso_id=l.wso_id where r.wso_id=291112 order by cont_pixel 16 }}} 17 14 18 * Some are on the same river segement --> one cont_pixel in riversegments = one upstream_a 15 19 * Some cross different river segements --> severals cont_pixel = one upstream_a