I know this is right:
select * from GoodmanLeads where Lastname is null
I know this is wrong:
select * from GoodmanLeads where Lastname = null
But it doesn't complain. Doesn't give a syntax error. Just doesn't produce any rows.
Does it have some meaning in t-sql that maybe many people don't know about?