Created
May 10, 2010 20:26
-
-
Save nickmartini/396490 to your computer and use it in GitHub Desktop.
This file contains 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> 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