Hi guy's,
I've got a small question and I hope you can help me with it.
What is the difference between an IS and = operator in a SQL query.
For instance :
gives NO RESULTS at all
gives all the records that have an empty field "Date".
Linux IS userfriendly.
It's only very selective about who it's friends are.
I've got a small question and I hope you can help me with it.
What is the difference between an IS and = operator in a SQL query.
For instance :
Code:
SELECT .... WHERE Date = NULL
Code:
SELECT .... WHERE Date IS NULL
Linux IS userfriendly.
It's only very selective about who it's friends are.