- Timestamp:
- Aug 10, 2008, 10:32:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/warptool_warped.sql
r18644 r19003 1 1 SELECT 2 warpSkyfile.* 2 warpSkyfile.*, 3 warpRun.state, 4 rawExp.exp_id, 5 rawExp.camera 3 6 FROM warpRun 4 7 JOIN warpSkyfile 5 8 USING(warp_id) 9 JOIN fakeRun 10 ON warpRun.fake_id = fakeRun.fake_id 11 JOIN camRun 12 ON camRun.cam_id = fakeRun.cam_id 13 JOIN chipRun 14 ON camRun.chip_id = chipRun.chip_id 15 JOIN rawExp 16 ON chipRun.exp_id = rawExp.exp_id 6 17 WHERE 7 warpRun.state = 'new' 18 -- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too 19 -- XXX EAM : not needed: fix warptool.c 20 warpRun.warp_id is NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
