IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25073


Ignore:
Timestamp:
Aug 14, 2009, 12:29:17 PM (17 years ago)
Author:
Paul Price
Message:

Get exp_name as well as exp_id.

File:
1 edited

Legend:

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

    r25071 r25073  
    1818    rawInput.exp_time,
    1919    rawInput.camera,
    20     rawInput.exp_id AS exp1,
    21     rawTemplate.exp_id AS exp2
     20    rawInput.exp_name AS exp_name_1,
     21    rawTemplate.exp_name AS exp_name_2,
     22    rawInput.exp_id AS exp_id_1,
     23    rawTemplate.exp_id AS exp_id_2
    2224FROM diffRun
    2325JOIN diffSkyfile USING(diff_id)
Note: See TracChangeset for help on using the changeset viewer.