The WHERE Clause
To conditionally select data from a table, a WHERE clause can be added to the
SELECT statement.
SELECT column FROM table WHERE column operator value
With the WHERE clause, the following operators can be used:
=  Equal
<> Not equal
> Greater than
< Less than
>= Greater than or equal
<= Less than or equal
BETWEEN Between an inclusive range
LIKE Search for a pattern
Note: In some versions of SQL the <> operator may be written as !=

hotfile download: php 05 ebooks php ebooks