微信登录

css parent

原生查 - 聚合函数求和 - select sum(table_rows)
  1. select sum(parent_id) 成绩总和 from tables
id job parent_id
1 A 1
2 B 2
3 C 4
成绩总和
7