Changeset 33525 for trunk/ippTools/share/addtool_find_sky_id.sql
- Timestamp:
- Mar 14, 2012, 3:05:17 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/addtool_find_sky_id.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/addtool_find_sky_id.sql
r31596 r33525 2 2 staticskyRun.* 3 3 FROM 4 staticskyR esult5 join staticskyR unusing (sky_id)4 staticskyRun 5 join staticskyResult using (sky_id) 6 6 join staticskyInput using(sky_id) 7 7 JOIN stackRun USING(stack_id) … … 19 19 staticskyRun.state = 'full' 20 20 AND staticskyResult.quality = 0 21 AND added_ exp_id IS NULL21 AND added_sky_id IS NULL 22 22 -- addtool adds checks on exposure being added to the dvodb previously
Note:
See TracChangeset
for help on using the changeset viewer.
