99问答网
所有问题
如何为数值赋值 如果是空格则为0,有数值则为1 r语言
如题所述
举报该问题
其他回答
第1个回答 2017-08-24
select case when len(值)>=1 then '1' else '0' end
相似回答
大家正在搜