Guest User

Untitled

a guest
Feb 13th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. mysql> select recstatus, count(*) from oldrecorded group by recstatus;
  2. +-----------+----------+
  3. | recstatus | count(*) |
  4. +-----------+----------+
  5. | -9 | 9 |
  6. | -4 | 9 |
  7. | -3 | 43079 |
  8. | 2 | 328 |
  9. | 4 | 4 |
  10. | 6 | 12 |
  11. | 7 | 37 |
  12. | 8 | 104 |
  13. | 11 | 2 |
  14. +-----------+----------+
  15. 9 rows in set (0.02 sec)
Advertisement
Add Comment
Please, Sign In to add comment