Stupid Question I'm Sure - Can you Query based on NULL
Posted: Sun Sep 21, 2008 10:09 am
I have a situation that I'd like to search a DB table to find those that have a NULL value.
Is something like this doable? If not, is there a work around? Thanks!
Code: Select all
SELECT * FROM table_name WHERE columnA=NULL