摘要: 来源http://blog.csdn.net/zjcxc/archive/2005/05/30/384496.aspx --示例数据 create table tb(name1 text,name2 varchar(20)) insert tb select 'aa','dd' union all select 'bb','cc' go --处理 declare @p binary(16... 阅读全文
posted @ 2008-12-19 18:03 roboth 阅读(209) 评论(0) 推荐(0)