1 2 3 4
摘要: 参考方法三: 统计sub_type='REFUND_FEE’ 的记录数: 方法一.select count(sub_type) from t where t.sub_type='REFUND_FEE’; 方法二.select sum(if( B.sub_type='REFUND_FEE’ ,1,0) 阅读全文
posted @ 2017-11-08 10:29 一缕清风丶 阅读(32339) 评论(0) 推荐(1)