Blackcbears commented on issue #23886: URL: https://github.com/apache/shardingsphere/issues/23886#issuecomment-1465264986
<img width="1685" alt="image" src="https://user-images.githubusercontent.com/16510311/224564139-c54f5efb-47f0-4ded-b8cf-085f3d2c2a5b.png"> `SELECT * FROM t_order ORDER BY order_id OFFSET 0 ROW FETCH NEXT ? ROWS ONLY` <img width="1613" alt="image" src="https://user-images.githubusercontent.com/16510311/224564178-a460cafc-b788-4c8a-a064-5cb987b93359.png"> `SELECT * FROM t_order ORDER BY order_id OFFSET ? ROW FETCH NEXT ? ROWS ONLY` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
