You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "bitbxj (via GitHub)" <gi...@apache.org> on 2023/03/08 08:52:05 UTC

[GitHub] [shardingsphere] bitbxj commented on issue #24475: Mbatis-plus Page

bitbxj commented on issue #24475:
URL: https://github.com/apache/shardingsphere/issues/24475#issuecomment-1459770309

   > It is difficult to understand the cause from the above description, maybe it's not ShardingSphere problem
   
   thanks for your reply ! my application's sql cause ,such as:“WITH selectTemp AS (SELECT TOP 100 PERCENT  ROW_NUMBER() OVER (ORDER BY vs.id DESC) as __row_number__,  vs.* .......) SELECT * FROM selectTemp WHERE __row_number__ BETWEEN 1 AND 10 ORDER BY __row_number__", application can  run nomally without inporting shardingsphere.   The sql is create automatically by mybatis-plus . if  want to application run nomally without to modify sql,coulde you provide any way to solve it!? 


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org