gridview中绑定数据库后,数据库中有值是空的,怎么把空的值显示为0呢?
数据库是客户送来的,我不能改,而且数据库很考验我的水平,查询语句我是这样的,谁能帮我改改selecta.unit_desc,max(casetwhen1thenyend)...
数据库是客户送来的,我不能改,而且数据库很考验我的水平,查询语句我是这样的,谁能帮我改改
select a.unit_desc,
max(case t when 1 then y end) as A,
max(case t when 2 then y end) as B,
max(case t when 3 then y end) as C,
max(case t when 4 then y end) as D
from PAS_B_UNIT a left outer join pas_cus_sall_targetyear b on a.unit_id=b.unit_id and b.t_year=2009 group by a.unit_desc
如果这里不能改,gridview那里有什么可以改的吗 展开
select a.unit_desc,
max(case t when 1 then y end) as A,
max(case t when 2 then y end) as B,
max(case t when 3 then y end) as C,
max(case t when 4 then y end) as D
from PAS_B_UNIT a left outer join pas_cus_sall_targetyear b on a.unit_id=b.unit_id and b.t_year=2009 group by a.unit_desc
如果这里不能改,gridview那里有什么可以改的吗 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询