Select a,if (len (b=0),c,d) from table a
这样可以吗
不能用在数据集里
用 case when
Select a,case when length (b)=0 then c else d end from table a