May 10, 2010 at 1:41 pm
We can't edit the question in email. If we find an issue, it's corrected on the site.
May 10, 2010 at 1:46 pm
Ahhhh...that's why you call us McNewbie's. 🙂 Great site, and great editorials. Look forward to seeing them every day.
May 11, 2010 at 1:05 am
yes actually i had that question with default settings in mind, but its good to see so many responses as i know it has actually set minds thinking and after all thats the objective.
In future i will include things like this.
May 17, 2010 at 6:12 am
Remember:
Never assume anything because it can make a donkey out of u and me
Won't let me SUBSTRING('assume',1,3) 😀
-------------------------------------------------------------------------
Normal chaos will be resumed as soon as possible. :crazy:
May 19, 2010 at 6:56 am
its all about the database setting of ANSI_NULLS
Set ANSI_NULLS off / on
But by default database settings for ANSI_NULLS is ON so you will get nothing .
March 19, 2012 at 10:00 am
Interesting topic, yet confusing at times when determining times to set the ANSI_NULL to ON or OFF to yield expected results. Thanks.
March 21, 2012 at 11:28 am
select * from ##TableNulls where col2 is not null
will give out the expected results at fist sight
Thank you for the question
Igor Micev,My blog: www.igormicev.com
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply