当前位置:Gxlcms > mysql > select-mysql查询count值查不出来,显示查询超时

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

时间:2021-07-01 10:21:17 帮助过:98人阅读

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秒

人气教程排行