Changeset 36431 for trunk/ippTools/share/chiptool_pendingcleanuprun.sql
- Timestamp:
- Jan 8, 2014, 12:21:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingcleanuprun.sql
r34766 r36431 4 4 rawExp.exp_tag, 5 5 chipRun.state, 6 chipRun.workdir 6 chipRun.workdir, 7 chipRun.label, 8 IFNULL(Label.priority, 10000) AS priority 7 9 FROM chipRun 8 10 JOIN rawExp 9 11 USING (exp_id) 12 LEFT JOIN Label ON chipRun.label = Label.label 10 13 WHERE 11 14 (chipRun.state = 'goto_cleaned' OR chipRun.state = 'goto_scrubbed' OR chipRun.state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
