IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 10:15:41 AM (19 years ago)
Author:
jhoblitt
Message:

merge backtrack branch

File:
1 edited

Legend:

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

    r12086 r14018  
    22    newExp.*
    33FROM newExp
    4 LEFT JOIN newImfile
     4JOIN newImfile
    55    USING(exp_tag)
    66LEFT JOIN rawExp
    77    USING(exp_tag)
    88WHERE
    9     newImfile.exp_tag IS NULL
     9    newExp.state = 'run'
    1010    AND rawExp.exp_tag IS NULL
    1111    AND newExp.imfiles =
Note: See TracChangeset for help on using the changeset viewer.