SpentGeezer
Pure Noobism
- Local time
- Today, 22:27
- Joined
- Sep 16, 2010
- Messages
- 258
Hi,
I have a large questionaire table. One column has yes/no/na as options. I was testing it and set some records to NA then went through and deleted the NA.
Now I have a query --> Select * From Table where answer not = "NA". This query is leaving out the records where I had NA and then cleared them. They are clearly nulls, but the query is picking them up as if they were NA still.
This is doing my head in and probably sounds like rubbish, but if anyone knows why this may be occuring, please enlighten me.
Thanks.
I have a large questionaire table. One column has yes/no/na as options. I was testing it and set some records to NA then went through and deleted the NA.
Now I have a query --> Select * From Table where answer not = "NA". This query is leaving out the records where I had NA and then cleared them. They are clearly nulls, but the query is picking them up as if they were NA still.
This is doing my head in and probably sounds like rubbish, but if anyone knows why this may be occuring, please enlighten me.
Thanks.