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 to list or view all databases from the mysql server.

536


What is different between sql and mysql?

504


Differentiate CHAR_LENGTH and LENGTH?

576


How to load a csv file into a table

543


What port is mysql running on?

476






How do I select a table in mysql?

483


Is there a free version of mysql?

472


What is join in mysql? What are the different types of join?

508


what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL

947


Is Mysql query is case sensitive?

524


How do I flush privileges in mysql?

494


How is data stored in mysql?

493


How do I edit a database in mysql workbench?

481


What is limit in mysql?

440


How can we convert between Unix & MySQL timestamps?

462