- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippTools/share/addtool_find_sky_id.sql
r31596 r33638 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.
