Need help setting a column value in the SQL JOIN

前端 未结 0 1949
鱼传尺愫
鱼传尺愫 2020-12-05 05:17

I am using the below code to update column value in the SQL JOIN statement.

   CASE when SUBSTRING(m.x1,1,1) = 1 then \'1, \' else \'\' END
   + CASE when SUB         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题