New

The executive guide to generative AI

Read more

AVGedit

The average of a numeric field.

FROM employees
| STATS AVG(height)
AVG(height):double

1.7682

The result is always a double not matter the input type.