Posted By

geekzspot on 12/01/12


Tagged


Versions (?)

Oracle Random Order By


 / Published in: SQL
 

Sort the results of a SELECT query randomly

  1. SELECT table_name FROM user_tables ORDER BY dbms_random.value; -- Random sort order.

Report this snippet  

You need to login to post a comment.