2019年2月7日

连接数据库测试

摘要: 1 use Northwind 2 go 3 if exists(select * from sysobjects where name='w_cs') 4 drop procedure w_cs 5 go 6 create proc w_cs 7 ( 8 @id int 9 ) 10 as 11 阅读全文

posted @ 2019-02-07 23:30 myjobok 阅读(177) 评论(0) 推荐(0)

导航