I have table-A(1,2,3,4,4,5,6,6,6,7).
how to get all duplicate values?what is sql query?
Answer Posted / sudipta santra
select * from A group by no having count(*)>1 ;
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What are the types of trigger in oracle?
Explain an exception?
How to list all tables in your schema?
Explain the use of grant option in imp command.
Explain do view contain data?
What is the Tune Query
What do you mean by redo log file mirroring?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What is the difference between substr & instr functions?
How can we view last record added to a table?
What is the difference between truncate & delete command?
How to use select statement to count the number of rows in oracle?
What are dml statements in oracle?
How to view existing locks on the database?
Is there a function to split a string in plsql?