2007年1月4日
摘要: create table ta(id int, name varchar(50))insert taselect 1, 'aa,bb'union all select 2, 'aaa,bbb,ccc'union all select 3, ... 阅读全文
posted @ 2007-01-04 13:10 中國風 阅读(86) 评论(0) 推荐(0) 编辑