RaigorJiang commented on issue #12370: URL: https://github.com/apache/shardingsphere/issues/12370#issuecomment-917792789
> Hi @448700174 Thanks for your feedback. I am curious which release you tested? I suppose 5.0.0-beta supports it. I tested with the parser of the mstaer branch, but it still doesn’t support. > SELECT COUNT(distinct elder_id) > FROM elder_change > WHERE category IN ( 0, 1 ) and tenant_id = ? > AND last_value not in ( ? , ? , ? , ? , ? , ? , ? , ? ) > AND current_value in ( ? , ? , ? , ? , ? , ? , ? , ? ) > > This simple SQL can not parse.The error message is:You have an error in your SQL syntax -- 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]
