What kind of error do you get?
Why do you use IFNULL here?
Since you only do a test for NULL here, the IS NULL predicate would be correct.
- Lars
What kind of error do you get?
Why do you use IFNULL here?
Since you only do a test for NULL here, the IS NULL predicate would be correct.
- Lars