请高手帮忙写,在sybase的存储过程问题
其中代码:
update #tmp_zjdmk
set a.nsrmc=(case when c.NSRMC=null then '' else c.NSRMC end),a.nsrzt_dm=(case when c.NSRZT_DM=null then '' else c.NSRZT_DM end)
from #tmp_zjdmk a,DJ_NSRXX c
where a.id_zjdm*=c.NSRDZDAH
最后取的a.nsrmc为?,不知道什么原因, c.NSRMC 中是汉字为具体纳税人具体名称,通过写存储过程取出的a.nsrmc去是"?",请高手指教