Skip to content

Instantly share code, notes, and snippets.

@simi
Created June 3, 2013 14:35
Show Gist options
  • Select an option

  • Save simi/5698605 to your computer and use it in GitHub Desktop.

Select an option

Save simi/5698605 to your computer and use it in GitHub Desktop.
kuk
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