How can empty fields be detected.
The field may be NULL
or just empty and I suppose even space characters.
Code:
SELECT * FROM products WHERE description IS EMPTY
or just empty and I suppose even space characters.
Comment