Accepted answer. Here replace by your table and column name and use this SQL: · DECLARE @str VARCHAR(100); SELECT @str = COALESCE(@str + ' ', '') + convert( ...
確定! 回上一頁