Search the Whole World Here.,.,

SQL - ORDER BY Example


The following SQL statement selects all customers from the "Customers" table, sorted by the "Country" column:

Example

SELECT * FROM Customers
ORDER BY Country;
Try it Yourself »


EmoticonEmoticon