IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/detResidExp.d

    r24867 r40882  
    1 TABLE detResidExp, rawExp, detInputExp
     1TABLE detResidExp JOIN rawExp USING (exp_id) JOIN detInputExp USING (det_id)
    22TITLE detResidExp
    33FILE  detResidExp.php
     
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detResidExp.exp_id = rawExp.exp_id
    8 WHERE detResidExp.det_id = detInputExp.det_id
    97WHERE detResidExp.exp_id = detInputExp.exp_id
    108WHERE detResidExp.iteration = detInputExp.iteration
     9
     10RESTRICT_COUNT AND rawExp.dateobs >= CURDATE()
     11UNRESTRICTED AND rawExp.dateobs >= CURDATE()
    1112
    1213# define image names to be used below
Note: See TracChangeset for help on using the changeset viewer.