Changeset 38563 for trunk/ippTools/share/staticskytool_pendingskycalrun.sql
- Timestamp:
- Jul 2, 2015, 9:40:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/staticskytool_pendingskycalrun.sql
r34791 r38563 19 19 LEFT JOIN skycalResult USING(skycal_id) 20 20 WHERE 21 (skycalRun.state = 'new' AND skycalResult.skycal_id IS NULL) 21 ((skycalRun.state = 'new' AND skycalResult.skycal_id IS NULL) 22 OR (skycalRun.state ='update' and staticskyRun.state ='full' and skycalResult.fault = 0))
Note:
See TracChangeset
for help on using the changeset viewer.
