T-SQL 有参数存储过程的建立与执行

1 use StudentManager 2 go 3 if exists(select * from sysobjects where name='usp_ScoreQuery2') 4 drop procedure usp_ScoreQuery2 5 go 6 --建立带参数的存储过程 7 create procedure usp_ScoreQuery2 8 @CSharp i
相关文章
相关标签/搜索