Changes between Version 8 and Version 9 of ippToPsps_Database
- Timestamp:
- Mar 8, 2012, 1:23:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Database
v8 v9 71 71 SELECT clients.config, host, timestamp, ra_center FROM stripe JOIN clients ON (client_id = id) ORDER BY ra_center; 72 72 }}} 73 74 == Counts of pending stuff for a given config == 75 76 77 {{{ 78 SELECT config, batch_type, COUNT(*) FROM pending JOIN box ON (id = box_id) WHERE config = 'newmd4' GROUP BY batch_type; 79 }}}
