SQL Server Code,Tips and Tricks, Performance Tuning
A blog about SQL Server, Books, Movies and life in general
Showing posts with label
COALESCE
.
Show all posts
Showing posts with label
COALESCE
.
Show all posts
Friday, June 08, 2007
SQL Teaser NULL vs COALESCE
›
Without running the code, try to guess the output DECLARE @v1 VARCHAR (3) DECLARE @i1 INT SELECT ISNULL (@i1, 15.00) /2, COALESCE ...
1 comment:
›
Home
View web version