Profile
Sign out
menu
create
New Post
My learned
Sign In
AVG method
Postgres
In PostgreSQL, the AVG function is used to calculate the average (arithmetic mean) of a set of numeric values within a specified column of a table. It's a convenient way to find the average value of a dataset in a SQL query.
Syntax:
AVG(column_name)
arrow_back
back