Changeset 19258 for trunk/ippTools/share/stacktool_definebyquery_test.sql
- Timestamp:
- Aug 27, 2008, 5:57:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_definebyquery_test.sql
r19092 r19258 24 24 COUNT(warpSkyfile.skycell_id) AS num_warp -- number of warps that can be stacked 25 25 FROM warpRun 26 JOIN warpSkyfile USING(warp_id , tess_id)27 JOIN fakeRun USING(fake_id , tess_id)28 JOIN camRun USING(cam_id , tess_id)29 JOIN chipRun USING(chip_id , tess_id)30 JOIN rawExp USING(exp_id , tess_id)26 JOIN warpSkyfile USING(warp_id) 27 JOIN fakeRun USING(fake_id) 28 JOIN camRun USING(cam_id) 29 JOIN chipRun USING(chip_id) 30 JOIN rawExp USING(exp_id) 31 31 WHERE 32 32 warpRun.state = 'full' … … 52 52 ) AS stackSizes 53 53 -- JOINing the warpsToStack and stackSizes tables 54 USING(skycell_id, tess_id,filter)54 USING(skycell_id, filter) 55 55 ) 56 56 GROUP BY 57 57 skycell_id, 58 tess_id,59 58 filter 60 59 ;
Note:
See TracChangeset
for help on using the changeset viewer.
