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/detProcessedImfile.d

    r26888 r40882  
    1 TABLE detProcessedImfile, rawExp
     1TABLE detProcessedImfile JOIN rawExp USING (exp_id)
    22TITLE detProcessedImfile
    33FILE  detProcessedImfile.php
     
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detProcessedImfile.exp_id = rawExp.exp_id
     7
     8RESTRICT_COUNT WHERE rawExp.dateobs >= CURDATE()
     9UNRESTRICTED WHERE rawExp.dateobs >= CURDATE()
    810
    911#     field                          size  format  name      show   link to     extras
Note: See TracChangeset for help on using the changeset viewer.