10 2011 档案

sql 行合并
摘要:CREATETABLEtent([item][int]NOTNULL,[aa][int]NOTNULL,[bb][varchar](50)NOTNULL)ON[PRIMARY]insertintotent(item,aa,bb)values(1,22,'good')insertintotent(item,aa,bb)values(1,23,'very')insertintotent(item,aa,bb)values(1,20,'very')insertintotent(item,aa,bb)values(2,50,'ok')in 阅读全文

posted @ 2011-10-12 11:10 youhui 阅读(187) 评论(0) 推荐(0)