I want to make a query where I want to eliminate the
duplicate rows from the table.
For example :
Input : Table : NAME
Column1 Column2
India USA
USA India
UK India
India UK
The desired output that I want to eliminate the duplicates
Output
India USA
UK India
Thanks
Answer Posted / supriya
You want to delete the rows permanently or what
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you handle the –secure-file-priv in mysql?
How can I create database in mysql?
What are slow queries?
What is myisamchk?
what is database black box testing? : Mysql dba
How to add a new column to an existing table in mysql?
Is mysql good for big data?
What is a trigger in mysql?
What are aggregate functions in mysql?
Write a command with which mysql table can be repaired
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is unsigned in mysql?
What is mysql workbench used for?
How can you change the name of any existing table by using the sql statement?
What is the storage engine for mysql?