/ Published in: SQL
Sort the results of a SELECT query randomly
Expand |
Embed | Plain Text
SELECT table_name FROM user_tables ORDER BY dbms_random.value; -- Random sort order.
You need to login to post a comment.
Sort the results of a SELECT query randomly
SELECT table_name FROM user_tables ORDER BY dbms_random.value; -- Random sort order.
You need to login to post a comment.