Changeset 18975 for trunk/ippTools/share/warptool_warped.sql
- Timestamp:
- Aug 8, 2008, 12:37:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/warptool_warped.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_warped.sql
r18950 r18975 1 1 SELECT 2 2 warpSkyfile.*, 3 warpRun.state 3 warpRun.state, 4 rawExp.exp_id, 5 rawExp.camera 4 6 FROM warpRun 5 7 JOIN warpSkyfile 6 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 7 17 WHERE 8 18 -- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
Note:
See TracChangeset
for help on using the changeset viewer.
