Changeset 35039 for trunk/ippTools/share/staticskytool_revert.sql
- Timestamp:
- Jan 23, 2013, 4:55:10 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/staticskytool_revert.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_revert.sql
r28154 r35039 1 1 DELETE FROM staticskyResult 2 USING staticskyResult, staticskyRun 2 USING staticskyResult, staticskyRun, staticskyInput, stackRun, skycell 3 3 WHERE staticskyRun.sky_id = staticskyResult.sky_id 4 AND staticskyRun.sky_id = staticskyInput.sky_id 5 AND staticskyInput.stack_id = stackRun.stack_id 6 AND stackRun.tess_id = skycell.tess_id 7 AND stackRun.skycell_id = skycell.skycell_id 4 8 AND staticskyRun.state = 'new' 5 9 AND staticskyResult.fault != 0
Note:
See TracChangeset
for help on using the changeset viewer.
