Aug 12, 2003 #1 MrsSawBoy Programmer Aug 12, 2003 2 US Is there a way to retrieve a record with a null value into a data structure using SQL?
Aug 12, 2003 #2 swampBoogie Programmer Jan 6, 2003 1,660 SE Code: select * from table_name where column_name is null Upvote 0 Downvote
Aug 12, 2003 Thread starter #3 MrsSawBoy Programmer Aug 12, 2003 2 US Thanks swampboogie. It worked and I should have tried that initially! Upvote 0 Downvote