yh_lbtdlnm
2023-7-28 14:34:51
发布在问答
【数据处理】
这种传参怎么写??
在数据集内写传参过程,如下
select biz_dt
,case when 0=1 then '000000' <qwer>
when ?{qwer}='是' then code
when ?{qwer}='否' then old_code </qwer>
end 编号 /*这部分可行*/
,case when 0=1 then '' <asdf>
when ?{asdf}='是' then name
when ?{asdf}='否' then old_name </asdf>
end 名称 /*这部分不可行*/
from table
不可行的部分该如何写
|
免责声明:本文不代表本站立场,且不构成任何建议,请谨慎对待。
版权声明:作者保留权利,不代表本站立场。