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


Please Help Members By Posting Answers For Below Questions

How do I change directories in mysql?

470


What storage engines are used in MySQL?

510


What is int mysql?

507


What is the query to display top 20 rows?

601


How do I transfer data from one database to another in mysql?

484






How do you create a table in mysql workbench?

465


What is the full form of mysql?

509


How can you count the total number of records of any table?

497


all the queries used in sql

2146


How to list or view all databases from the mysql server.

533


What is the limitation of mysql?

467


What are the column comparisons operators?

614


What is regex in mysql?

527


What is mysql in linux?

484


What is database in php mysql?

489