Search Shortcut cmd + k | ctrl + k
Search cmd+k ctrl+k
1.0 (stable)
SUMMARIZE Statement

The SUMMARIZE statement returns summary statistics for a table, view or a query.

Usage

SUMMARIZE tbl;

In order to summarize a query, prepend SUMMARIZE to a query.

SUMMARIZE SELECT * FROM tbl;

See Also

For more examples, see the guide on SUMMARIZE.

About this page

Last modified: 2024-07-01