Delete duplicate records in the emp table.
Answer Posted / srinivas ganamur
Delete from table t1
where t1.rowid>(select from table t2
from table t2
where t1.col_name=t2.col_name);
Srinivas Ganamur
Bangalore
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is break?
What is sql lookup?
How many parts of a pl sql block are optional?
What is the reports view in oracle sql developer?
how to convert character strings to numeric values? : Sql dba
Are left and right joins the same?
Why is sql*loader direct path so fast?
What is sql deadlock?
Explain what is rdbms?
What is a pl/sql block?
What are inbuilt functions in sql?
what is the difference between join and union? : Sql dba
What are the rules to be applied to nulls whilst doing comparisons?
Is mariadb nosql?
When you have to use a default "rollback to" savepoint of plvlog?