2007年8月17日

摘要: 嵌套存储过程返回值的调用 create table test(id int identity(1,1),code varchar(8)) insert into test select 'aaaa' union select 'bbbb' go create procedure sp_test2 @id int output, @code varchar(8) output ... 阅读全文
posted @ 2007-08-17 17:23 Eric Zhang 阅读(1129) 评论(1) 推荐(0)

导航