/ Published in: SQL
This is by no means the most efficient way to do this, in terms of performance. It is however the easiest way.
Expand |
Embed | Plain Text
SELECT * FROM `table` ORDER BY rand() LIMIT 1
You need to login to post a comment.
