Changeset 19092 for trunk/ippTools/share/difftool_inputskyfile.sql
- Timestamp:
- Aug 16, 2008, 1:27:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/difftool_inputskyfile.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_inputskyfile.sql
r18448 r19092 30 30 ON chipRun.exp_id = rawExp.exp_id 31 31 WHERE 32 diffRun.state = ' run'33 AND warpRun.state = ' stop'34 AND fakeRun.state = ' stop'35 AND camRun.state = ' stop'32 diffRun.state = 'new' 33 AND warpRun.state = 'full' 34 AND fakeRun.state = 'full' 35 AND camRun.state = 'full' 36 36 AND chipRun.state = 'full' 37 37 UNION … … 66 66 ON chipRun.exp_id = rawExp.exp_id 67 67 WHERE 68 diffRun.state = ' run'69 AND warpRun.state = ' stop'70 AND fakeRun.state = ' stop'71 AND camRun.state = ' stop'68 diffRun.state = 'new' 69 AND warpRun.state = 'full' 70 AND fakeRun.state = 'full' 71 AND camRun.state = 'full' 72 72 AND chipRun.state = 'full' 73 73 ) as Foo
Note:
See TracChangeset
for help on using the changeset viewer.
