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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
