H hairsoup Free Member Oct 6, 2005 59 1 Jan 2, 2006 Original Poster #1 Easy one for the techies... I need to select rows from a table where the value of a field is null. Thanks.
Easy one for the techies... I need to select rows from a table where the value of a field is null. Thanks.
C Coding Monkey Jan 2, 2006 #2 "SELECT id, name_stuff, other_stuff FROM 'tablename' WHERE name_stuff IS NULL" Upvote 0