!= in MySQL not working as I expected

zogota

New Member
I have a query that worked fine, and then I wanted to add to the the existing where condition something like:and some_column != 1That column value was null. But the query stopped finding the row it used to find. Any idea why?Thanks.Alex
 
Top