SQL

postgresql
function
stored-procedure
sql
SQL 函數與 Stored Procedure:PostgreSQL 函數生態系統完全指南 | PostgreSQL
函數(Function) 與 Stored Procedure 是 PostgreSQL 中封裝可重用邏輯的核心機制。...
2026/07/02

postgresql
aggregate
grouping-sets
sql
聚合函式與分組:PostgreSQL 的資料匯總與多維分析 | PostgreSQL
聚合函式(Aggregate Function) 是 SQL 中將多筆資料列合併為單一結果的核心機制。PostgreSQL 在標準 SQL 聚合基礎上提供了豐富...
2026/06/24

postgresql
window-function
sql
analytics
窗口函式:PostgreSQL 強大的分析型查詢能力 | PostgreSQL
窗口函式(Window Function) 是 SQL 中一類特殊的函式,能夠在不折疊結果集的情況下,對一組相關行執行計算。與 GROUP BY 不同,窗口函式...
2026/06/23