how to delete duplicate rows from a specified table(only
single table)
how do you know which join is need to be used
Answer Posted / kishor solanki @ 9904762204
create table newtable as select * from oldtable order by dupcol;
drop oldtable;
rename newtable to oldtable;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does pl/sql support create command?
What does 0 mean in sql?
How do I truncate a word?
What is output spooling in sql*plus?
How would you reference column values before and after you have inserted and deleted triggers?
What are hotfixes and patches?
What does select count (*) mean in sql?
What does count (*) mean in sql?
How do I trace sql profiler?
What are database links used for?
What are some predefined exceptions in pl/sql?
What has stored procedures in sql?
How do I filter in sql profiler?
What is posting?
tell us something about heap tables. : Sql dba