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