how to genarate random numbers in oracle for particular row?
Answer Posted / swamireddy
first take table. the table contain a more than one row.
write query display the row randomly.
SELECT column FROM table
ORDER BY RANDOM()
LIMIT 1
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain the importance of .pll extension in oracle?
How to use values from other tables in update statements using oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
How to create a temporary table in oracle?
Explain the use of Merge statement in oracle 11g
How to export data to a csv file?
What is SQL access advisor in Oracle?
How does Oracle guarantee data integrity of data changes?
Explain what are the uses of rollback segment?
Explain what are the characteristics of data files?
How to rename a tablespace in oracle?
How to divide query output into groups in oracle?
How to delete a user account in oracle?
Explain the use of full option in exp command.
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database