Nsan
MIS
- Apr 30, 2003
- 13
I run the following:
select custname, count(custid) as CUST
Produces the following:
Brandon 0
Greg 0
Sam 5
Chris 0
Steve 2
Jordan 0
How can I substitute the zero values for a blank space?
Thx
select custname, count(custid) as CUST
Produces the following:
Brandon 0
Greg 0
Sam 5
Chris 0
Steve 2
Jordan 0
How can I substitute the zero values for a blank space?
Thx