随笔分类 -  数据库

摘要:一、普通带参数存储过程 --创建存储过程 if (exists (select * from sys.objects where name = 'proc_getTotalRecords')) drop proc proc_getTotalRecords go create proc proc_ge 阅读全文
posted @ 2021-04-23 14:41 苍煙落照 阅读(804) 评论(0) 推荐(0)