Changes

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

No change in size, 14:17, 19 March 2009
Specifying a Range of Conditions using the ''IN'' Clause
<pre>
SELECT * from products WHERE prod_price IN (49, 100, 999); +-----------+--------------------------+-------------------+------------+
| prod_code | prod_name | prod_desc | prod_price |
+-----------+--------------------------+-------------------+------------+