说明: select top 20 * from question where subjectid=8 select * from subject go if exists (select name from sysobjects where name='proc_subject') drop proc proc_subject go create proc proc_subject as select subjectid as ID,subjectname as Sname from subject
<yinghuo2978> 上传 | 大小:1mb