How can I request a random row (or as close to truly random as is possible) in pure SQL?
You may also try using new id() function.
new id()
Just write a your query and use order by new id() function. It quite random.