Programming with Talha Tanweer
Asp.net
Ado.net
C#
Sql
Entity Framework
Articles
Question & answers
Forums
How to
Monday, 24 September 2018
AVG() function in sql server
It will return the average value of a numeric column .
Syntax:
SELECT
AVG
(
column_name
)
FROM
table_name
Example:
SELECT
AVG
(
totalMarks
)
FROM
Students
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)