xuschang commented on issue #27878:
URL:
https://github.com/apache/shardingsphere/issues/27878#issuecomment-1663350088
> @xuschang Can you try master branch? Or add alias for COUNT(*)
alias can work.
But the SQL query "select count( * ) from table" is generated by MyBatis
queryCount.
just like
```
QueryWrapper wrapper = new QueryWrapper<>();
Integer countResult = mapper.selectCount(wrapper);
```
--
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]