This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用 MySql,这是我当前任务的示例:
SELECT a.name, SUM(a.points), (REPEATING_SUBQUERY)
FROM table_1 AS a
GROUP BY a.name
HAVING SUM(a.points) > (REPEATING_SUBQUERY)
OR (REPEATING_SUBQUERY) IS NULL