SELECT
test_helper_id,stuff(
(
SELECT
',' + [realname]
FROM
sys_user
WHERE
test_helper_id LIKE '%' + sys_user.id + '%' FOR xml path ('')
),
1,
1,
''
)
FROM
test_helper_id,stuff(
(
SELECT
',' + [realname]
FROM
sys_user
WHERE
test_helper_id LIKE '%' + sys_user.id + '%' FOR xml path ('')
),
1,
1,
''
)
FROM
biz_testplan