my Problem is that I have to search for all records which have empty fields for a particular field in a table.
I want to perform this process using SQL statements.
thanks
Printable View
my Problem is that I have to search for all records which have empty fields for a particular field in a table.
I want to perform this process using SQL statements.
thanks
Try to use the folowing expresion in WHERE clause:
field IS NULL