MAXedit

The maximum value of a numeric field.

FROM employees
| STATS MAX(languages)
MAX(languages):integer

5