IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2011, 3:26:01 PM (15 years ago)
Author:
watersc1
Message:

rawExp isn't populated, join to newExp

File:
1 edited

Legend:

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

    r30352 r30997  
    2525        LEFT JOIN newImfile ON (summitImfile.class_id = newImfile.tmp_class_id AND newExp.exp_id = newImfile.exp_id)
    2626        LEFT JOIN rawExp ON rawExp.exp_id = newExp.exp_id
    27         LEFT JOIN rawImfile ON (rawImfile.exp_id = rawExp.exp_id AND rawImfile.tmp_class_id = newImfile.tmp_class_id)
     27        LEFT JOIN rawImfile ON (rawImfile.exp_id = newExp.exp_id AND rawImfile.tmp_class_id = newImfile.tmp_class_id)
    2828        WHERE
    2929         summitImfile.class_id = '@CLASS_ID@'
Note: See TracChangeset for help on using the changeset viewer.