IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2009, 6:52:23 PM (17 years ago)
Author:
Paul Price
Message:

Fix database/query error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTools/share/magictool_toprocess_inputs.sql

    r24149 r24156  
    1111JOIN magicRun USING(magic_id)
    1212JOIN rawExp USING(exp_id)
    13 LEFT JOIN magicNodeResult
    14     ON magicTree.magic_id = magicNodeResult.magic_id
    15     AND magicTree.node = magicNodeResult.node
     13LEFT JOIN magicNodeResult USING(magic_id, node)
    1614WHERE
    1715    magicRun.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.