2010年1月11日
摘要: set ROWCOUNT 10 select * from tablename = 查询表的TOP 10 条记录。 select @@ROWCOUNT是查看当前ROWCOUNT 的值。、*******************************************************************、下面一段存储过程-- 新增IF (@DB_Option_Action_='... 阅读全文
posted @ 2010-01-11 22:45 刀魂 阅读(36567) 评论(1) 推荐(4)