Changeset 36668 for trunk/ippTools/share/disttool_definebyquery_skycal.sql
- Timestamp:
- Apr 15, 2014, 3:49:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_definebyquery_skycal.sql
r35955 r36668 1 SELECT 1 SELECT DISTINCT 2 2 'skycal' as stage, 3 3 skycalRun.skycal_id AS stage_id, … … 21 21 WHERE distTarget.state = 'enabled' 22 22 AND rcInterest.state = 'enabled' 23 AND distRun.dist_id IS NULL24 23 AND ((skycalRun.state = 'full') OR (distTarget.clean AND skycalRun.state = 'cleaned')) 25 24 AND stackRun.filter = distTarget.filter
Note:
See TracChangeset
for help on using the changeset viewer.
