问题描述 mysql 的慢日志中记录的查询时间非常大..但是实际执行速度还可以.求助! Query_time: 18446744073709.234375 Lock_time: 0.000050 Rows_sent: 1 Rows_examined: 78415 use news;SET timestamp=1378690201;select idfile.....position from 表名 where id='164185' order by position;
问题描述 select f.pc_name, f.phc_name, (select count(1) from p_resident c where c.phc_id = f.phc_id and c.pr_income is not null and c.pr_income < 4000) fourqian, (select count(1) from p_resident c where c.phc_id = f.phc_id and c.pr_income is not null and