How can I add a function (MIN, MAX, COUNT, etc.) to a column in the query builder?
1) On the left hand side of the query builder, right click the column name in the SELECT section and select properties.
2) Choose the function you want to add from the Aggregate Functions dropdown.
3) Click the checkmark button.
4) Close the window.