DuckDB is a fast and reliable analytical database that provides us with a wide range of aggregate functions that can help us perform analytical queries. One of these aggregate functions is the ARBITRARY()
function, which returns the first value from the group.
In this post, we’ll take a look at how the ARBITRARY()
function works in DuckDB