IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2007, 10:38:35 AM (19 years ago)
Author:
jhoblitt
Message:

fix SQL syntax error

File:
1 edited

Legend:

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

    r12259 r12736  
    99    USING(chip_id)
    1010JOIN rawExp
    11     chipProcessedExp.exp_tag = rawExp.exp_tag
     11    ON chipProcessedExp.exp_tag = rawExp.exp_tag
    1212WHERE -- bogus condition so there is a pre-existing where to append to
    1313    camProcessedExp.cam_id IS NOT NULL
Note: See TracChangeset for help on using the changeset viewer.