Search the Whole World Here.,.,

SQL - SELECT Column Example




The following SQL statement selects the "CustomerName" and "City" columns from the "Customers" table:

Example

SELECT CustomerName,City FROM Customers;
Try it Yourself »


EmoticonEmoticon