Quick Ref.
Functions
date
number
string
Data Types
date
number
string

SELECT .. WHERE

The table games shows the year and the city hosting the Olympic Games.
games
yr city
2000 Sydney
2004 Athens
2008 Beijing
2012 London
The SELECT statement returns results from a table. With a WHERE clause only some rows are returned. In this example shows the year that Athens hosted the Olympic games.

Results
See also: