Skip to content
Ujjwal Gupta edited this page Oct 23, 2018 · 2 revisions
SELECT FROM table_name WHERE condition;

e.g -

SELECT FROM Customers WHERE Country='Mexico';
Clone this wiki locally