Changes

Jump to: navigation, search

Using WHERE to Filter MySQL Data

1 byte added, 16:02, 12 October 2007
The Basics of the WHERE Clause
<pre>
SELECT * FROM products WHERE prod_price = 49;
</pre>
Such a statement would result in the following output when executed on our sample database:

Navigation menu