Use test ;Select * from t1 ;-- Select 会返回结果集
Declare @temp int ;Select @temp = COUNT(*) from t1 ;-- 不返回结果集