- Timestamp:
- Feb 6, 2013, 2:34:49 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20121219
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/staticskytool_revert.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219
-
branches/eam_branches/ipp-20121219/ippTools/share/staticskytool_revert.sql
r28154 r35096 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.
