Chris
Member since Mar 25, 2011
- Profile: /members/8039-chris.htm
- Comments: 1
Recent Blog Comments By Chris
-
Using NULLIF() To Prevent Divide-By-Zero Errors In SQL
Posted on Mar 25, 2011 at 9:35 AM
Watch it. NULLIF in SQL SERVER 2000 is buggy! SELECT ISNULL(NULLIF('', ''), 6) gives: * SELECT ISNULL(NULLIF('', ''), 'abc') gives: empty string... read more »