Changes between Version 2 and Version 3 of ippToPsps_Database
- Timestamp:
- Mar 7, 2012, 2:44:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Database
v2 v3 54 54 === The {{{stack}}} table === 55 55 56 = Some handy SQL = 56 57 58 == Counts of pending items per strip == 57 59 60 {{{ 61 SELECT ra_center, COUNT(*) AS num FROM box JOIN pending ON (id = box_id) WHERE config = 'new3pi' GROUP BY ra_center; 62 }}}
