SeaQL / otter-sql

🦦 An Embeddable SQL Executor in Rust
Apache License 2.0
22 stars 1 forks source link

`GROUP BY` support #24

Open Samyak2 opened 1 year ago

Samyak2 commented 1 year ago

Overview

This is a tracking issue for adding support for the GROUP BY clause of a SELECT statement. This allows aggregations over unique values of a column.

Tasks