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 / lakshya
SELECT * FROM table_name
WHERE ROWID NOT IN (SELECT MIN(ROWID) FROM table_name GROUP
BY table_columns);
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is localdb mssqllocaldb?
how to get a list of indexes of an existing table? : Sql dba
What is sql integrity?
What is the use of sqlerrd 3?
What is mdf ldf and ndf?
What is normalisation and its types?
What is the difference between database trigger and stored procedure?
What are the types pl/sql code blocks?
how to rename an existing table in mysql? : Sql dba
Why we use pl sql?
How do sql triggers work?
How do I enable sql encryption?
How do I sort a table in sql?
What is the difference between Union and Union all. Which is faster.
What is an invalid partition table?