exp1等于true后会使用exp2,等于false会使用exp3 select count(if (exp1, exp2, exp3)) from xxx;
select count(if (exp1, exp2, exp3)) from xxx;