IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of ippToPsps_Database


Ignore:
Timestamp:
Mar 7, 2012, 2:44:42 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Database

    v2 v3  
    5454=== The {{{stack}}} table ===
    5555
     56= Some handy SQL =
    5657
     58== Counts of pending items per strip ==
    5759
     60{{{
     61SELECT ra_center, COUNT(*) AS num  FROM box JOIN pending ON (id = box_id) WHERE config = 'new3pi' GROUP BY ra_center;
     62}}}