|
Comments
|
|
Great stuff !
|
|
|
Excellent presentation.
|
|
|
Interesting. However, I tend to you isnull(variablename, '') = '' rather than variablename is null.
I have found that in SQL 7, the is null did not always work correctly and I still code that way for SQL 2005 & SQL 2008.
|
|
|
COALESCE(value1, value2, value3, ...) would be a nice addition to this topic.
|
|
|
Clear and to the point. Great Job!
|
|
|
A good base will save us time. If someone's been coding in SQL for years, they may stumble on this and waist time every time this comes up. I know I've tried = NULL and <> NULL. But I won't anymore. Thanks...
|
|
|
Oy with the throat clearing. Edit that out please!
|
|
|
very nice video
|
|
|
Very well organized and presented.
|
|
Keith Nessel on
9/27/2010
Great information - and reminder.
|
|
|
Good One. Just to share, we can use = NULL in the queries if ANSI_NULLS is set to OFF.
|
|
|
Good Video on Null basics.
|
|
Kasey Wheeler on
9/28/2010
Good Vid
|
|
Jeromy Kimani on
9/28/2010
As always great commentary from Andy.
|
|
|
Very good point is the different behaviour of versions like 6.5 and 2008 for people who worked with older versions.
|
|
|
Nice and basic! I did not know that integer variables are set to 0 automatically when declared. Please watch when scrolled to the right and magnified. There was a section of video in which you had done that and the left side with code and results was cut off and not visible.
|
|
|
Keep up the good stuff,despite non-Monday Mondays...Thanks Andy!
|
|
|
will help handling nulls a lot.
|
|
Sandra Barnes on
10/8/2010
A lot of coughing, throat clearing for a 6 min video.
|
|
|
Great site!!! thanks.
|
|
|
Great site!!! thanks.
|
|
|
Good Demo
|
|
|
Good short video...did not know the difference between '= null', 'is null', '<> null' and 'is not null'. Still do not very much understand it; but can manage it now by executing it on a different set of data myself.
|