How do I use a not operator in the WHERE clause? The obvious != and
NOT didn't work for me. Something along the lines of:
$query = "SELECT album, year FROM albums WHERE year!=1990 ORDER BY year ASC";
$query = "SELECT album, year FROM albums WHERE year NOT 1990 ORDER BY year ASC";

Thanks in advance.

Dotan Cohen
http://technology-sleuth.com/question/what_is_a_cellphone.html

Reply via email to