select @result=case when c.name2='801民营单位802政府单位' then '4|4' else '' end  from ( select (dwlxbm+dwlxmc) as name2  from jcbm_dwlx where uid=@user_name and (dwlxbm='801' or dwlxbm='802') FOR XML PATH('')) as c(name2)

相关文章:

  • 2021-08-12
  • 2022-01-27
  • 2022-02-07
  • 2022-02-01
  • 2022-12-23
  • 2021-05-22
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案