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

   Which version of ShardingSphere did you use?
   5.0-beta
   
   Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   Expected behavior
   Logic SQL: SELECT event_id, MAX(status_id) AS latest_status_id
   FROM tb_name
   GROUP BY event_id
   HAVING latest_status_id IN (0, 2)
   
   Actual behavior
   SELECT event_id, MAX(status_id) AS latest_status_id
   FROM tb_name_2025_04
   GROUP BY event_id


-- 
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-unsubscr...@shardingsphere.apache.org.apache.org

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

Reply via email to