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
相關文章
相關標籤/搜索