sql server - 11.24

上一篇 / 下一篇  2008-11-24 22:34:24 / 个人分类:Sql server

use test10
if exists (select name from sysobjects where name = 'author_infor')
drop proc author_infor
go
Create proc author_infor as
select *
from chengji
go

exec author_infor

TAG:

 

评分:0

我来说两句

Open Toolbar