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