SQL语句
Posted shirely92
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL语句相关的知识,希望对你有一定的参考价值。
1.SQL查询语句按条件统计字段值并在一个表中多列显示
select sum(case when 前壳>0 then 前壳 else 0 end)前壳, sum(case when 后壳>0 then 后壳 else 0 end)后壳, sum(case when 锁环>0 then 锁环 else 0 end)锁环, sum(case when 扭力扳手>0 then 扭力扳手 else 0 end)扭力扳手 from RepairData
以上是关于SQL语句的主要内容,如果未能解决你的问题,请参考以下文章