说明: use MySchool go if exists(select * from sysobjects where name='usp_srs') drop proc usp_srs go create proc usp_srs @n int output, @m int output, @subjectName varchar(20), @score int=60 as --课程编号 declare @subjectId int select @subjectId=subjectid from
<oqzuser1963519157> 上传 | 大小:10kb