select-mysql查询count值查不出来,显示查询超时
程序员文章站
2022-03-23 23:29:37
...
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秒
上一篇: 关于PHP数组排序有什么方法呢?