Changes between Version 10 and Version 11 of Lakes
- Timestamp:
- Oct 19, 2010 3:05:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lakes
v10 v11 13 13 14 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_pixel15 select r.wso_id, r.wso1_id, l.gid, cont_pixel, upstream_a, l.wso_id from ccm21.riversegments as r inner join ccm21.lakes as l on (r.cont_pixel, r.wso_id, r.pfafstette)= (l.upstream_a, l.wso_id, l.pfafstette) where r.wso_id=291112 order by l.gid 16 16 }}} 17 or 17 18 {{{ 18 19 select r.wso_id, r.wso1_id, l.gid, 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 and r.pfafstette=l.pfafstette where r.wso_id=291112 order by l.gid