select * from table_name limit [index, ] length;
limit后面跟2个参数:
index:索引号,从0开始计算,表示从哪一行开始;
length:长度,表示要查询的记录条数。