摘要:
–判断存储过程是否存在 if exists(select * from sysobjects where name=’up_CCGCName’) drop proc up_CCGCName go 添加存储过程 –创建添加产品信息的存储过程up_AddProductInfos create proc 阅读全文
posted @ 2018-07-30 07:56
大神超
阅读(407)
评论(0)
推荐(0)