Skip to content

Instantly share code, notes, and snippets.

@dennmart
Created September 21, 2010 17:20
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 dennmart/590076 to your computer and use it in GitHub Desktop.
Save dennmart/590076 to your computer and use it in GitHub Desktop.
mysql> SELECT * FROM logs LIMIT 1;
+----+--------------+---------------+--------+---------+
| ID | ipaddress | date | user | time |
+----+--------------+---------------+--------+---------+
| 1 | 192.168.1.23 | March 3, 2004 | dennis | 1:28 pm |
+----+--------------+---------------+--------+---------+
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