Afsalmc opened a new issue, #29333:
URL: https://github.com/apache/shardingsphere/issues/29333

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   5.4.1
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   ### Expected behavior
   Gets the correct number of rows specified with the TOP statement. 
   ### Actual behavior
   Throws Error :  Getting Invalid object name `TABLE_NAME`
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   Query : Select top 10 * from TableName; -- results in the above error.
   Query: Select  * from TableName; -- No error.
   
   


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