摘要: 一、创建带有输出参数的分页存储过程 1 use StudentMISDB 2 go 3 select * from Course 4 alter table Course 5 add IsDelete int not null default 0 6 go 7 select * from Cours 阅读全文
posted @ 2017-09-02 00:27 青红造了个白 阅读(313) 评论(0) 推荐(0) 编辑