W~C停用

导航

2021年6月26日 #

创建一个储存过程

摘要: --公司注册 if exists(select * from Sysobjects where name='usp_CompanyRegister') drop procedure usp_CompanyRegister; go create procedure usp_CompanyRegiste 阅读全文

posted @ 2021-06-26 16:12 W~C停用 阅读(18) 评论(0) 推荐(0)