在使用sql时,怎么样删除输出数据中的affected row信息
select customerid,',',postalcode from dbo.customers order by postalcode
go
上述是我使用的sql语句进行数据提取
the following is the select result: my demand is to get rid customerid postalcode and (2 rows affected) . Can you use your wisdom to light this issue. appreicate
customerid postalcode
---------- - --------------------
HUNGO , NULL
WOLZA , 01-012
(2 rows affected)