11 2008 档案

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--声明变量表@tb declare @tb table(id int,name varchar(50)) --添加测试数据 insert into @tb select 6,'aa' union... 阅读全文
posted @ 2008-11-04 12:52 ztotem 阅读(6917) 评论(4) 推荐(1)