SELECT country,city
FROM customers
GROUP BY country
ORDER BY city DESC
Answer Posted / vardhan rao
This Query will delete the duplicate values in GROUP BY clause
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is mysql connector used for?
How to use triggers to track changes in mysql?
What is mysql and why it is used?
Can we join 3 tables in mysql?
what is the difference between gui testing and database testing? : Mysql dba
What is the current mysql version?
What is the maximum size of mysql database?
How to run 'mysql' commands from a batch file?
What are the differences between a primary key and foreign key?
What is mysqli_connect_error ()?
How do I view mysql logs?
What is insert query in mysql?
How to delete the repeated records from a table?
How many rows we can insert in a mysql table?
What happens if you no create privilege in a database?