Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use Sql Avg () Function in Sql ?
So, basically this function is used for returning the average of numeric column.If in a table there is null value then this function ignored that value.
Syntax of Sql Avg () function :
select avg (column_name) from table_name where clause;
0 Comment(s)