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

    r40844 r40882  
    1 TABLE staticskyInput, staticskyRun, stackRun, staticskyResult
     1TABLE staticskyInput JOIN staticskyRun USING (sky_id) JOIN stackRun USING (stack_id) JOIN staticskyResult USING (sky_id)
    22TITLE Static Sky Failed
    33FILE  staticskyFailedSkyfile.php
    44MENU  ipp.sky.dat
    55
    6 WHERE staticskyRun.sky_id = staticskyInput.sky_id
    7 WHERE staticskyInput.stack_id = stackRun.stack_id
    8 WHERE staticskyInput.sky_id = staticskyResult.sky_id
    96WHERE staticskyResult.fault != 0
    107
Note: See TracChangeset for help on using the changeset viewer.