Created
June 3, 2013 14:35
-
-
Save simi/5698605 to your computer and use it in GitHub Desktop.
kuk
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 FROM ca_object_representations WHERE id >= FLOOR((SELECT MAX(id) FROM ca_object_representations) * RAND()) LIMIT 15; | |
| +-------+ | |
| | id | | |
| +-------+ | |
| | 94989 | | |
| | 94990 | | |
| | 94993 | | |
| | 94994 | | |
| | 94995 | | |
| | 94998 | | |
| | 94999 | | |
| | 95000 | | |
| | 95002 | | |
| | 95003 | | |
| | 95005 | | |
| | 95006 | | |
| | 95008 | | |
| | 95009 | | |
| | 95010 | | |
| +-------+ | |
| 15 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment