I have a query which counts all users
, the total number of users with role "admin"
, the total number of users with role "control_operator"
and Total number of users with role "guard"
.
The query is working, but there is a glitch/bug that I can't figure out.
There are actually 2 users in the database, one with the super_admin and admin
roles and the other with the control_operator
. The front-end display is like this:
Why are there 3 users when there are only 2 users?
This is my query
1 2 3 4 5 6 7 8 9 |
|
P粉1112278982024-04-06 10:47:29
1 2 3 4 5 6 7 8 9 |
|