2025年9月25日: PostgreSQL 18 釋出!

功能描述

聚合函式的 FILTER 子句

現在可以使用 FILTER 子句過濾聚合函式。例如:count(col_a) FILTER (WHERE col_b > 5)