IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 1, 2010, 4:00:15 PM (16 years ago)
Author:
bills
Message:

handle NULL magic_ds_id

File:
1 edited

Legend:

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

    r28585 r28586  
    2222    rawExp.magicked AS raw_magicked,
    2323    magicDSRun.state AS dsRun_state,
    24     magicDSRun.magic_ds_id
     24    IFNULL(magicDSRun.magic_ds_id, 0) AS magic_ds_id
    2525FROM chipRun
    2626JOIN rawExp
Note: See TracChangeset for help on using the changeset viewer.