一些有用的SQL Server语句和存储过程[14]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 applebbs 的 blog

dicators/none.gif" align="top" alt=""/>go
192
193 
194
195set ansi_nulls on
196
197go
198
199set nocount off
200
201go
202
203select count(*)  from #t
204
205drop table #t
206
207go
208
209 
210
211select count(*)-1  f

本文关键:一些有用的SQL Server语句和存储过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top