-
Select Random Records in Oracle
Recently, I needed to sort the result of a query in random and show a limited number of records. Honestly, I didn’t know how to do it and had to search various online forums to get the correct answer. So for my own sanity, I’ll be posting the solution here. Step 1 SELECT field_name1, field_name2…
Recent Comments