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 many columns can you create for an index?
How do I start mysql in ubuntu?
How many rows can mysql handle?
How would concatenate strings in mysql?
What is datadir?
How do I change a procedure in mysql?
what is the default port for mysql server? : Mysql dba
what is a cursor? : Mysql dba
What is the use of mysqli_fetch_assoc?
What is a definer?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What are the differences between char and varchar?
What is the maximum connection pool size?
What is heap table in mysql?
How to create table with same structure of student table in mysql?