Changes

Jump to: navigation, search

Advanced MySQL Data Filtering - AND, OR, NOT and IN

15 bytes added, 02:55, 13 October 2007
Specifying a Range of Conditions using IN
The ''OR'' expression contained in the parentheses will now be executed before the ''AND'' expression.
== Specifying a Range of Conditions using the ''IN '' Clause ==
The ''IN'' operator allows a range of filter criteria to be specified in a WHERE clause, all contained in parentheses and comma separated.

Navigation menu