How do I use a null value in an SQL select command? "SELECT FROM .... WHERE [field name] = ?" where ? is a null value or empty field value.
Hi, NULL drives a lot of devs nuts but you can use Search for it both ways. I.E. IS NOT NULL or IS NULL You can also sort your output via which columns are returning NULL. All the best, Mark
There have always been those who say that NULL should be avoided wherever possible. I wouldn't disagree with them.