MamaLoca
Programmer
- Aug 29, 2005
- 48
I have been monkeying with this for while now. I want to select all the records where a specific field is empty
SELECT * FROM `maps` WHERE `description` IS NULL
It's not working and I'm not sure why. I know the records are there cause I can call them with SELECT * FROM `maps`, and I know there are empty fields but try as I might I can not get this to work. No errors just a lot of empty space where the records should be displayed
Nila __________________________________________________________________
Life would be so much easier if I only had the source code.
SELECT * FROM `maps` WHERE `description` IS NULL
It's not working and I'm not sure why. I know the records are there cause I can call them with SELECT * FROM `maps`, and I know there are empty fields but try as I might I can not get this to work. No errors just a lot of empty space where the records should be displayed
Nila __________________________________________________________________
Life would be so much easier if I only had the source code.