Skip to content

Instantly share code, notes, and snippets.

@rick
Created December 27, 2013 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rick/3728239c754b57fbcc2c to your computer and use it in GitHub Desktop.
Save rick/3728239c754b57fbcc2c to your computer and use it in GitHub Desktop.
mysql> select count(*) from image;
+----------+
| count(*) |
+----------+
| 7657 |
+----------+
1 row in set (0.00 sec)
mysql> select count(*) from ircLink;
+----------+
| count(*) |
+----------+
| 31967 |
+----------+
1 row in set (0.00 sec)
mysql> select count(*) from quote;
+----------+
| count(*) |
+----------+
| 4918 |
+----------+
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