Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的表 1234 中有四行,但我只想显示 123 行,或者就像我有 N 行,我想在 php Mysql 查询中显示 N-1 行。请帮我解决它。提前谢谢
您可以根据需要使用“LIMIT”来获取该行数。
编辑。
您在 SQL 中使用的这个“限制”。http://php.about.com/od/mysqlcommands/g/Limit_sql.htm
使用 mysql 子句限制加入查询
前任:
select * from extable limit 30