Declare @S Varchar(1000)
Select @S = ''
Select @S = @S + ',' + called From conf --Where 條件
Select @S = Stuff(@S, 1, 1, '')
Select @S