Home > Database > Mysql Tutorial > 为什么我sql语句一执行,mysql就不响应了

为什么我sql语句一执行,mysql就不响应了

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 09:45:35
Original
1176 people have browsed it

mysql

select level4.post,level4.detail from level4,level3,level2,level1 where level4.code_4=level2.code_4 and level4.post_tag=level3.post_tag and level4.provice_tag=level1.provice_tag limit 10
如果使用上边的语句mysql值接就无法响应了
我表level1,level2,level3,level4表中的数据逐渐递增
level1 中有31条数据
level2 中有346条数据
level3 中有3040条数据
level4 中有34004条数据

如果使用右连接查询,查10条还行查多了以后还是要死。

求指点????

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
phpstudy cannot start mysql?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template