blppz opened a new issue #7906:
URL: https://github.com/apache/shardingsphere/issues/7906


   Hey my friends
   I use sharding-jdbc for springboot 4.1.0
   and i get this bug, logic sql is: 
   `SELECT COUNT(DISTINCT(order_serial)) counts
   FROM access_record
   WHERE enter_time BETWEEN ? AND ?`
   actual sql is:
   `SELECT DISTINCT order_serial counts
   FROM access_record_20201001
   WHERE enter_time BETWEEN ? AND ?`
   so, i got an wrong answer, I can avoid this problem, but I hope you can fix 
this bug, ths


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to