---
sidebar_position: 6
title: Aggregate functions
description: DuckDB aggregate functions like SUM, COUNT, AVG, and statistical functions.
---

import PartialExample from './_include-thing-for-parity-with-duckdb.mdx';

<PartialExample thing="Aggregate functions" verb="are" url="https://duckdb.org/docs/stable/sql/aggregates" linkText="Aggregate Functions" />
