/ Published in: SQL
Expand |
Embed | Plain Text
SELECT * FROM ( SELECT myColoumn FROM myTable -- Your SQL here! ORDER BY dbms_random.value ) WHERE rownum <= 5 -- Number of rows you want returned here.
You need to login to post a comment.
SELECT * FROM ( SELECT myColoumn FROM myTable -- Your SQL here! ORDER BY dbms_random.value ) WHERE rownum <= 5 -- Number of rows you want returned here.
You need to login to post a comment.