SQL - ORDER BY DESC Example Knowledge Based Info. MySQL The following SQL statement selects all customers from the "Customers" table, sorted DESCENDING by the "Country" column: Example SELECT * FROM CustomersORDER BY Country DESC; Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon