Created
March 26, 2015 15:31
-
-
Save thequbit/c01aa9850ab8ec6d98a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> select count(*) from clients where date(last_check_in_datetime) = date(now()); | |
+----------+ | |
| count(*) | | |
+----------+ | |
| 47 | | |
+----------+ | |
1 row in set (0.00 sec) | |
mysql> select count(*) from votes; | |
+----------+ | |
| count(*) | | |
+----------+ | |
| 312 | | |
+----------+ | |
1 row in set (0.00 sec) | |
mysql> select count(*) from posts; | |
+----------+ | |
| count(*) | | |
+----------+ | |
| 190 | | |
+----------+ | |
1 row in set (0.00 sec) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment