MySQL Query not returning NULL
Posted: Tue Jun 03, 2014 4:39 pm
"SELECT * FROM yard WHERE loc <>'Used'"
This will give me everything where loc is something other than Used, but it will not give any records where loc is NULL, what would you recommend?
This will give me everything where loc is something other than Used, but it will not give any records where loc is NULL, what would you recommend?