摘要: 1.创建函数 create function testFunTable(@count int) returns @temptale table (intcount int ,intcountAdd int) as begin insert in... 阅读全文
posted @ 2016-09-20 17:39 预立科技 阅读(40) 评论(0) 推荐(0)