Selecting a random result from Simple Database (SDB) on AWS
Posted
by benr
on Stack Overflow
See other posts from Stack Overflow
or by benr
Published on 2010-01-15T07:57:12Z
Indexed on
2010/04/13
14:03 UTC
Read the original article
Hit count: 161
Anyone know how to do this - just what would be the equivalent to this: "select * from YOUR_TABLE order by rand() limit 1" in mysql??
Maybe not possible in SDB?
© Stack Overflow or respective owner