"=null" and select statement!
Posted
by user329820
on Stack Overflow
See other posts from Stack Overflow
or by user329820
Published on 2010-04-30T17:54:15Z
Indexed on
2010/04/30
17:57 UTC
Read the original article
Hit count: 119
Hi I have asked this question before in this forum and they told me that it will retun an empty result set,I want to know that if I set the column with null values it will retun an empty result set?also the ANSI_NULLS is OFF ,thanks
SELECT 'A' FROM T WHERE A = NULL;
© Stack Overflow or respective owner