It's the small things that make it all worth it

Sometimes the best part about a job is the little stuff. Like having all department heads at work wondering why everyone in the new test database is named John:

mysql> select name from applicant where name like 'John%' order by timestamp;
+----------------+
| name           |
+----------------+
| John Worfin    |
| John Bigbootie |
| John Many Jars |
| John Rajneesh  |
+----------------+
4 rows in set (0.00 sec)

Comments for: It's the small things that make it all worth it

Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?