Created
October 11, 2011 03:09
-
-
Save scottjbarr/1277173 to your computer and use it in GitHub Desktop.
Selecting record in mysql with overflowing integer
This file contains hidden or 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> SHOW VARIABLES like "version"; | |
+---------------+--------+ | |
| Variable_name | Value | | |
+---------------+--------+ | |
| version | 5.5.15 | | |
+---------------+--------+ | |
1 row in set (0.00 sec) | |
mysql> select * from users where id in (29391170719191043234654437481914368); | |
Empty set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment