Most RDBMSs have a max() function and DuckDB is no exception. The max() function is a fundamental aggregate function in SQL that returns the maximum value from a set of values.
This article looks at how the max() function works in DuckDB, along with some simple examples to demonstrate.