如何显示前 50 行?

在 MySQL 中,使用以下代码查询显示前 50 行:

SELECT*FROM

LIMIT 0,50;

原文地址:https://www.cnblogs.com/programb/p/13020191.html