参考手册函数参考聚合函数multi_distinct_sum版本:Stable-3.5本页总览multi_distinct_sum 返回 expr 中去除重复值后的总和,功能等同于 sum(distinct expr)。 语法 multi_distinct_sum(expr)