06-13-2008, 05:00 AM
|
#4 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: California
Posts: 82
Thanks: 0
|
Quote:
Originally Posted by Wildhoney
ISNULL() is also a function.
|
As a side note, avoid using ISNULL() ON clause of a join (ie: JOIN ... ON(ISNULL()))
But yes, ISNULL() is a valid control flow function :D
|
|
|
|