Changes

Jump to: navigation, search

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

8 bytes added, 02:55, 13 October 2007
Combining AND and OR Operators
</pre>
== Combining ''AND '' and ''OR '' Operators ==
A SELECT statement with a ''WHERE'' clause can combine any number of ''AND'' and ''OR'' operators to create complex filtering requirements. For example, we can combine operators to find either a mouse or a keyboard that costs $49:

Navigation menu