Need help to convert below query from My SQL to MS SQL Group_Concat function

后端 未结 0 1063
伪装坚强ぢ
伪装坚强ぢ 2021-01-05 17:42

I need help to convert below query to MS SQL from my sql

SELECT md.ID AS ID,
t1.Name AS Name, group_concat(IF(t2.Column3 = \'Value1\',

相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题