select * from /test/测试二 limit 0,5 /** output() **/ ; select * from /test/测试二 limit 5,5 /** output() **/ ; select * from /test/测试二 limit 10,5 /** output() **/ ;