Changeset 23418 for trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
- Timestamp:
- Mar 18, 2009, 5:46:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
r19521 r23418 10 10 USING(warp_id) 11 11 WHERE 12 (warpRun.state = 'goto_cleaned'AND warpSkyfile.data_state = 'full')12 ((warpRun.state = 'goto_cleaned' AND warpSkyfile.data_state = 'full') 13 13 OR 14 (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged') 14 (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state = 'full') 15 OR 16 (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged'))
Note:
See TracChangeset
for help on using the changeset viewer.
