Skip to content

Instantly share code, notes, and snippets.

@nickmartini
Created May 10, 2010 20:26
Show Gist options
  • Save nickmartini/396490 to your computer and use it in GitHub Desktop.
Save nickmartini/396490 to your computer and use it in GitHub Desktop.
mysql> create table fags (dongs tinyint);
Query OK, 0 rows affected (0.00 sec)
mysql> insert into fags values (1233333);
Query OK, 1 row affected, 1 warning (0.00 sec)
mysql> select dongs from fags;
+-------+
| dongs |
+-------+
| 127 |
+-------+
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