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
What are the different types of trigger and explain its various uses and functions?
What is an oracle and why it is used?
What is the Tune Query
What is index-organized table in Oracle?
How to handle a single quote in oracle sql?
What is the parameter mode that can be passed to a procedure?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is a tns file?
How to name query output columns in oracle?
Are truncate and delete commands same? If so why?
How to create a stored function in oracle?
What is truncate oracle?
ABOUT IDENTITY?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
How to call a sub procedure?