448700174 opened a new issue #12370:
URL: https://github.com/apache/shardingsphere/issues/12370
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]