select-mysql查询count值查不出来,显示查询超时
来源:懂视网
责编:小采
时间:2020-11-09 16:34:52
select-mysql查询count值查不出来,显示查询超时
select-mysql查询count值查不出来,显示查询超时:mysqlselect超时count SELECT count(test.exam.id) FROM test.examleft join test.useron test.exam.sfz=test.user.sfzwhere test.user.area=13查询不出来总数,最后会显示超时每个表都有20万条左右数据会查询600秒
导读select-mysql查询count值查不出来,显示查询超时:mysqlselect超时count SELECT count(test.exam.id) FROM test.examleft join test.useron test.exam.sfz=test.user.sfzwhere test.user.area=13查询不出来总数,最后会显示超时每个表都有20万条左右数据会查询600秒

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秒
select-mysql查询count值查不出来,显示查询超时
select-mysql查询count值查不出来,显示查询超时:mysqlselect超时count SELECT count(test.exam.id) FROM test.examleft join test.useron test.exam.sfz=test.user.sfzwhere test.user.area=13查询不出来总数,最后会显示超时每个表都有20万条左右数据会查询600秒