博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sql语句显示复选内容, indication 为复选框的累计value(整数),显示所有的
阅读量:6224 次
发布时间:2019-06-21

本文共 145 字,大约阅读时间需要 1 分钟。

select *,

(select title as 'data()' from t_DiagnosticReason b where b.type=1 and (a.indication & b.id)>0 for xml path('')) as title

from t_a as a

转载地址:http://xirja.baihongyu.com/

你可能感兴趣的文章
关于linux系统安装大于2TB(UEFI接口)硬盘的解决方法
查看>>
我的友情链接
查看>>
Invalid content was found starting with element 'prpperty'.
查看>>
centos7最小化安装
查看>>
我的友情链接
查看>>
Journal - 高级架构 Opencart 主题模板 ABC-0016-04
查看>>
vsftpd服务详解
查看>>
Python13_day3
查看>>
UESTC 2014 Summer Training #16 Div.2
查看>>
使用yum工具下载rpm包
查看>>
NIO入门系列之第7章:文件锁定
查看>>
未来的茫然,或是计划
查看>>
我的友情链接
查看>>
kill
查看>>
项目范围管理论文的提纲
查看>>
Linux基础
查看>>
有的放矢,在性能测试中使用的 10 个微观指标
查看>>
如何修改wordpress博客默认管理员用户名称
查看>>
centos7部署phpipam(ip管理系统)
查看>>
c# 基础任务1
查看>>