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 connection limit?
What is the difference between char and varchar in mysql?
How many queries can mysql handle?
What is mysql installer?
How do I free up space in mysql?
What is the use of mysql_fetch_array () function in php?
What is the storage engine for mysql?
What is the latest mysql?
How to list or view all databases from the mysql server.
What is mysql default port number?
Does facebook still use mysql?
What does mysqli stand for?
What is the maximum number of columns per table?
What is maximum table size in mysql?
How many columns can a mysql table have?