Hi im trying to check if a column is = null but it doesnt seem to work anyone kn ow how?
SELECT * FROM images WHERE username = 'aaa' AND albumid = NULL ORDER BY id DESC LIMIT 0,20
Best Regards
Jawn
SELECT * FROM images WHERE username = 'aaa' AND albumid = NULL ORDER BY id DESC LIMIT 0,20
Best Regards
Jawn





