例子 - limit 10000, 20例子 - limit id 例子 - limit 10000, 20 idx_firstnameidx_firstname_middlenameidx_firstname_middlename_lastnameidx_ageidx_aliasname_uniqueselect firstname, age FROM test_isolation.user where age > 20 and age <50 limit 10000, 20 例子 - limit id idx_firstnameidx_firstname_middlenameidx_firstname_middlename_lastnameidx_ageidx_aliasname_uniqueselect a.firstname, a.age FROM test_isolation.user a,(select id FROM test_isolation.user where age > 20 and age <50 limit 10000, 20) bwhere a.id = b.id