IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20743


Ignore:
Timestamp:
Nov 13, 2008, 4:33:06 PM (17 years ago)
Author:
Paul Price
Message:

Fixing to correspond to fixed query.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magictool_definebyquery.sql

    r20740 r20743  
    6262    num_todo,
    6363    num_done,
    64     magic_id
     64    MAX(magic_id) AS best_magic_id
    6565FROM (
    6666    -- Number of skycells as a function of exposure
     
    9696    ) AS magicDiffNums USING(exp_id)
    9797LEFT JOIN magicRun USING(exp_id)
     98;
     99
    98100WHERE
    99     magicRun.magic_id IS NULL
     101    magic_id IS NULL
    100102;
    101103
Note: See TracChangeset for help on using the changeset viewer.