Working with Nulls & Coalesce
we cannot use (=) to evaluate some value to null
Have to use IS NULL
**** Coalesce Function ***
Ex :
Select coalesce(null, 1+null, 1+2, 'xx') -> output=3
Posted in | at 7:50 AM
we cannot use (=) to evaluate some value to null
Have to use IS NULL
**** Coalesce Function ***
Ex :
Select coalesce(null, 1+null, 1+2, 'xx') -> output=3
Copyright 2009
Happy Programming
Free WordPress Themes
designed by
EZwpthemes
Converted into Blogger Templates by Theme Craft | Falcon Hive
0 Response to "Working with Nulls & Coalesce"
Post a Comment