IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2008, 1:44:33 PM (17 years ago)
Author:
bills
Message:

on branch. Reorganizing the diff stage to consist of a collection of
skyfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_081204/ippTools/share/magictool_definebyquery_insert.sql

    r20890 r20903  
    33SELECT
    44    @MAGIC_ID@, -- Update this with the appropriate magic_id
    5     diff_id,
    65    skycell_id
    7 FROM magicBestDiffs
     6FROM diffSkyfile
    87WHERE
    9     exp_id = @EXP_ID@ -- Update this with the appropriate exp_id
     8    diff_id = @DIFF_ID@ -- Update this with the appropriate diff_id
     9    AND fault = 0
Note: See TracChangeset for help on using the changeset viewer.