IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20727


Ignore:
Timestamp:
Nov 13, 2008, 2:13:07 PM (17 years ago)
Author:
Paul Price
Message:

Fixing SQL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/warp_inputs.pl

    r20726 r20727  
    5454my $sql = "SELECT" .
    5555    " chipProcessedImfile.path_base AS chip_path_base," .
    56     " class_id, " .
     56    " class_id," .
    5757    " camProcessedExp.path_base AS cam_path_base" .
    5858    " FROM warpRun" .
     59    " JOIN warpSkyCellMap USING(warp_id)" .
    5960    " JOIN fakeRun USING(fake_id)" .
    6061    " JOIN camRun USING(cam_id)" .
    61     " JOIN chipRun USING(chip_id)" .
     62    " JOIN chipProcessedImfile USING(chip_id, class_id)" .
    6263    " WHERE warp_id = $warp_id" .
    6364    " AND skycell_id = $skycell_id";
Note: See TracChangeset for help on using the changeset viewer.