Last active
January 18, 2020 13:22
-
-
Save eldraco/67418c94fa698703ba8a9f87e6eb4775 to your computer and use it in GitHub Desktop.
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> SELECT id_i FROM order LIMIT 12; | |
+------+ | |
| id_i| | |
61 | |
63 | |
74 | |
69 | |
76 | |
65 | |
2d | |
75 | |
73 | |
65 | |
72 | |
73 | |
+------+ | |
12 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment