Image address contains location and total number of users.
1 2 3 4 |
|
This query will return all users, and relationships not matched by the query will be empty. I only want to extract those users who are not null on the relationship and sort accordingly.
P粉6271364502024-04-07 16:01:40
You can use whereHas condition
1 2 3 4 |
|