IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2014, 12:21:52 PM (12 years ago)
Author:
bills
Message:

order results of chiptool -pendingcleanuprun by Label.priority.

File:
1 edited

Legend:

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

    r34766 r36431  
    44    rawExp.exp_tag,
    55    chipRun.state,
    6     chipRun.workdir
     6    chipRun.workdir,
     7    chipRun.label,
     8    IFNULL(Label.priority, 10000) AS priority
    79FROM chipRun
    810JOIN rawExp
    911USING (exp_id)
     12LEFT JOIN Label ON chipRun.label = Label.label
    1013WHERE
    1114    (chipRun.state = 'goto_cleaned' OR chipRun.state = 'goto_scrubbed' OR chipRun.state = 'goto_purged')
Note: See TracChangeset for help on using the changeset viewer.