level 8
use 成绩数据库
if exists (select name from sysobjects where name ='student_nf' and type='p')
Drop procedure student_inf
Go
create proedure student_info as select 学号,姓名,总学分 from xsqk
2016年02月25日 08点02分
1
level 1
删除存储过程student_inf并创建存储过程student_info
2016年02月26日 11点02分
2
创建存储过程student_info后面 as后面是啥意思
2016年02月26日 14点02分