KoSChicken commented on issue #25005:
URL: 
https://github.com/apache/shardingsphere/issues/25005#issuecomment-2360474924

   If you are using ShardingSphere with Mybatis PageHelper, you can try to 
write a count SQL for your original SQL. 
   Consider the original SQL function called `query`, write a `query_COUNT` for 
it, Mybatis PageHelper will use `query_COUNT` to count total rows.
   This approach will solve the `String index out of range` Exception.


-- 
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]

Reply via email to