摘要: create table #table( id int, color nvarchar(max))insert into #table(id, color) values (1, '红')insert into #table(id, color) values (1, '黄')inser... 阅读全文
posted @ 2015-12-09 22:53 Qiozi 阅读(232) 评论(0) 推荐(0)