2017年4月19日

sql合并列

摘要: oralce写法: select WM_CONCAT(A.title) as citys from tmpcity A sql server写法: select stuff((select ','+A.title from tmpCity A FOR xml PATH('')), 1, 1, '') 阅读全文

posted @ 2017-04-19 16:58 hehedada 阅读(105) 评论(0) 推荐(0) 编辑

导航