ReyYang commented on issue #29401:
URL:
https://github.com/apache/shardingsphere/issues/29401#issuecomment-1855467539
SQL statement
```sql
select count(m.id) as totalCount
from push_message m
WHERE m.is_template = 0
AND m.msg_status IN ('3');
```
--
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]