📜  影响 sql 代码示例的行数的 STOP 消息

📅  最后修改于: 2022-03-11 15:04:59.109000             🧑  作者: Mango

代码示例1
--Start counting messages and show number of rows affected
SET NOCOUNT OFF
--Stop counting messages and do not show number of rows affected
SET NOCOUNT ON