会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
y0umer
纯码农一枚,曾经的冰魂,现在的y0umer!
管理
2012年5月22日
sql语句显示复选内容, indication 为复选框的累计value(整数),显示所有的
摘要: 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)
编辑