Search the Whole World Here.,.,

SQL - Operators in The WHERE Clause

SQL - Operators in The WHERE Clause


The following operators can be used in the WHERE clause:
OperatorDescription
=Equal
<>Not equal.
>Greater than
<Less than
>=Greater than or equal
<=Less than or equal
BETWEENBetween an inclusive range
LIKESearch for a pattern
INTo specify multiple possible values for a column

Ads by Google