Advertisement
beowulf1416

Untitled

Jul 24th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mysql> select sum(length_in_sec), count(*) from vicidial_log where date(call_date) = '2015-07-22';
  2. +--------------------+----------+
  3. | sum(length_in_sec) | count(*) |
  4. +--------------------+----------+
  5. | 1697606 | 102647 |
  6. +--------------------+----------+
  7. 1 row in set (0.24 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement