- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/difftool_inputskyfile.sql (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/difftool_inputskyfile.sql
r24677 r27840 27 27 JOIN chipRun 28 28 USING(chip_id) 29 JOIN chipProcessedImfile30 USING(chip_id)31 29 JOIN rawExp 32 ON chipRun.exp_id = rawExp.exp_id 33 WHERE 34 -- diffRun.state = 'new' AND 35 warpRun.state = 'full' 36 AND warpRun.state = 'full' 37 AND fakeRun.state = 'full' 38 AND camRun.state = 'full' 39 AND chipRun.state = 'full' 30 USING(exp_id) 40 31 -- where hook %s 41 32 UNION … … 67 58 JOIN chipRun 68 59 USING(chip_id) 69 JOIN chipProcessedImfile70 USING(chip_id)71 60 JOIN rawExp 72 ON chipRun.exp_id = rawExp.exp_id 73 WHERE 74 -- diffRun.state = 'new' AND 75 warpRun.state = 'full' 76 AND fakeRun.state = 'full' 77 AND camRun.state = 'full' 78 AND chipRun.state = 'full' 61 USING(exp_id) 79 62 -- where hook %s 80 63 UNION … … 107 90 USING(chip_id) 108 91 JOIN rawExp 109 ON chipRun.exp_id = rawExp.exp_id 110 WHERE 111 (diffRun.state = 'new' or diffRun.state = 'full') 92 USING(exp_id) 112 93 -- where hook %s 113 94 UNION … … 140 121 USING(chip_id) 141 122 JOIN rawExp 142 ON chipRun.exp_id = rawExp.exp_id 143 WHERE 144 (diffRun.state = 'new' or diffRun.state = 'full') 123 USING(exp_id) 145 124 -- where hook %s 146 125 ) as Foo 126 -- template where hook %s
Note:
See TracChangeset
for help on using the changeset viewer.
