时间:2021-07-01 10:21:17 帮助过:22人阅读
2、再看表中每一条记录中出货时间在上表中,则这个记录满足显示“存放天数”的条件
select (case when (select count (*) from (select "进货时间" from table where 货物名称="肉") where 进货时间 = t.出货时间) 》0 then t.存放天数 else 0 end ) 存放天数 from table t
sql 比较不同行不同字段值
标签:分析 不同 nbsp cas rom pre 相同 count span