Function AVG
The AVG function calculates and returns the average of the values in the specified column. It works only on columns that contain numeric data.
SELECT AVG (Size8)
FROM PAPERS ;
The AVG function calculates and returns the average of the values in the specified column. It works only on columns that contain numeric data.
SELECT AVG (Size8)
FROM PAPERS ;