摘要:
--使用游标循环 if (exists (select * from sys.objects where name = 'Base_RecordTend_Test')) drop proc Base_RecordTend_Test go CREATE PROCEDURE Base_RecordTend_Test AS declare @ID nvarchar(20), ... 阅读全文
posted @ 2016-06-13 13:48
来自潘大大
阅读(357)
评论(0)
推荐(0)