Changeset 27576
- Timestamp:
- Apr 1, 2010, 7:23:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definewarpwarp_select.sql
r27445 r27576 16 16 JOIN fakeRun AS templateFakeRun 17 17 ON templateFakeRun.fake_id = templateWarpRun.fake_id 18 AND templateFakeRun.fake_id != inputFakeRun.fake_id -- Don't use self as template! 18 19 JOIN camRun AS templateCamRun 19 20 ON templateCamRun.cam_id = templateFakeRun.cam_id 21 AND templateCamRun.cam_id != inputCamRun.cam_id -- Don't use self as template! 20 22 JOIN chipRun AS templateChipRun 21 23 ON templateChipRun.chip_id = templateCamRun.chip_id 24 AND templateChipRun.chip_id != inputChipRun.chip_id -- Don't use self as template! 22 25 JOIN rawExp AS templateRawExp 23 26 ON templateRawExp.exp_id = templateChipRun.exp_id 24 27 AND templateRawExp.filter = inputRawExp.filter 28 AND templateRawExp.exp_id != inputRawExp.exp_id -- Don't use self as template! 25 29 WHERE inputWarpRun.state = 'full' 26 30 AND templateWarpRun.state = 'full'
Note:
See TracChangeset
for help on using the changeset viewer.
