Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Random values from a table

User_PLK2FMay 7 2018 — edited May 7 2018

Hi ,

We are looking for a way to pick up random rows from a standard table and assign them to all the records in a shuffled manner.

Eg: table name : Table_A , column name - name

It should randomly pick up the name values from Table_A and return a single row each time in my loop in a shuffled order. There are huge data and hence timing should be effective.

How can we achieve this?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2018
Added on May 7 2018
10 comments
2,171 views