SQL has many built-in functions for performing calculations on data.
SQL Aggregate Functions
SQL aggregate functions return a single value, calculated from values in a column.
Useful aggregate functions:
AVG() – Returns the average value
COUNT() – Returns the number of rows
FIRST() – Returns the first value
LAST() – Returns the last value
MAX() – Returns the [...]
Filed under: SQL Functions | Tagged: Microsoft SQL server, MSSQL, MSSQL server, SQL Functions, SQL Server | Leave a Comment »









