Changeset 20743
- Timestamp:
- Nov 13, 2008, 4:33:06 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magictool_definebyquery.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magictool_definebyquery.sql
r20740 r20743 62 62 num_todo, 63 63 num_done, 64 magic_id64 MAX(magic_id) AS best_magic_id 65 65 FROM ( 66 66 -- Number of skycells as a function of exposure … … 96 96 ) AS magicDiffNums USING(exp_id) 97 97 LEFT JOIN magicRun USING(exp_id) 98 ; 99 98 100 WHERE 99 magic Run.magic_id IS NULL101 magic_id IS NULL 100 102 ; 101 103
Note:
See TracChangeset
for help on using the changeset viewer.
