Hi I am facing an issue regarding the NULL condition checking in sql query.
Following image is about selecting row for the table session_testset which has column "sync" with NULL Value.
It has one row with NULL value still it is returning 0 record.
And When I change the condition and check it for "NOT NULL". It is returning record.
But It is wrong. Why is it happening?
And this is my table structure