随笔分类 -  函数

摘要:为了提高效率,不妨写函数来对数据量较大的统计工作,例如: CREATE FUNCTION fun_CountSiteGroupTotal()RETURNS intASBEGIN declare @countNum int select @countNum=Count(*) from Com_Site 阅读全文
posted @ 2017-04-25 17:09 飞刀软件 阅读(161) 评论(0) 推荐(0)