Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 4729

ISNULL, How to display 0 instead of NULL when executing the stored procedure?

$
0
0

My lines are:

select 
isnull(tblaaa.Week,
isnull(tblbbb.Week,
isnull(tblccc.Week,
isnull(tblddd.Week,
ISNULL(tbleee.Week,
tblfff.Week
 )))))AS 'Week'  
,tblaaa.aaa
,tblbbb.bbb
,tblccc.ccc
from

where do i input the '0's?

Tried a few ways but nothing worked.

Any help is appreciated.


Viewing all articles
Browse latest Browse all 4729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>