MAX

The maximum value of a numeric field.
```esql
FROM employees
| STATS MAX(languages)
```
