IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28465


Ignore:
Timestamp:
Jun 24, 2010, 12:13:09 PM (16 years ago)
Author:
Paul Price
Message:

Fix query.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/share/bgtool_towarp.sql

    r28464 r28465  
    66FROM warpBackgroundRun
    77JOIN warpRun USING(warp_id)
    8 JOIN warpSkyfile USING(warp_id)
     8JOIN warpSkyCellMap USING(warp_id)
     9JOIN warpSkyfile USING(warp_id, skycell_id)
    910JOIN chipBackgroundRun USING(chip_bg_id)
    1011JOIN chipBackgroundImfile USING(chip_bg_id, class_id)
    1112JOIN chipRun USING(chip_id)
    1213JOIN rawExp USING(exp_id)
    13 LEFT JOIN warpBackgroundSkycell USING(warp_bg_id, skycell_id)
     14LEFT JOIN warpBackgroundSkyfile USING(warp_bg_id, skycell_id)
    1415LEFT JOIN Label ON Label.label = warpBackgroundRun.label
    1516WHERE warpBackgroundSkyfile.warp_bg_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.