I had an issue awhile ago with SQL Server... I had wanted to do SUM() - SUM() but the second sum returned null (0 records). In access I could have done IIF(SUM() Is Null, 0, Sum()), how would I implement the same thing with SQL Server?
|
Results 1 to 16 of 16
Threaded View
|
Click Here to Expand Forum to Full Width |