Returns the maximum value in a column.
| Categories: | Aggregate |
| Descriptive Statistics | |
| Returned data type: | The same data type as the expression |
specifies any valid SQL expression.
| Data type | All data types are supported. |
| See | <sql-expression> |
| FedSQL Expressions |
|
Statements
|
Results
|
|---|---|
select max(population) from densities; |
34248705 |