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\',
ID
Name