输入banner图图片脚本导航/分类

select-mysql查询count值查不出来,显示查询超时

mysqlselect超时count

SELECT count(test.exam.id)
FROM test.exam
left join test.user
on test.exam.sfz=test.user.sfz
where test.user.area=13
查询不出来总数,最后会显示超时
每个表都有20万条左右数据

会查询600秒