AVG()
Calculates the average value of a set of values.
Learn More →
COUNT()
Counts the number of rows or non-null values in a column.
Learn More →
SUM()
Calculates the sum of values in a column.
Learn More →
GETDATE()
Returns the current system date and time.
Learn More →
DATEADD()
Adds a specified time interval to a date.
Learn More →
DATEDIFF()
Returns the difference between two dates.
Learn More →
ROUND()
Rounds a number to a specified precision.
Learn More →
ISNULL()
Replaces NULL values with a specified replacement value.
Learn More →
COALESCE()
Returns the first non-NULL expression in a list.
Learn More →