摘要: select *,(select title as 'data()' from t_DiagnosticReason b where b.type=1 and (a.indication & b.id)>0 for xml path('')) as titlefrom t_a as a 阅读全文
posted @ 2012-05-22 13:18 y0umer 阅读(149) 评论(0) 推荐(0) 编辑