Toggle navigation
Tech Junkie Blog
.NET
ASP.NET
Entity Framework
ADO.NET
Visual Studio
C#
ASP.NET MVC
ASP.NET Core
Quickstart ASP.NET MVC
Client-Side
JavaScript
AngularJS
JQuery
NodeJS
Database
Database Home
SQL
SQL Server
T-SQL
Stored Procedures
MongoDB
Infrastructure
Linux
Azure
Virtualization
Docker
Web Design
HTML5
CSS
Bootstrap
Graphics Design
Thursday, August 19, 2021
SQL: AVG() Aggregate Function
The AVG() function gets the average of a column, the following query gets the average of the UnitPrice column in the Northwind Products table.
SELECT AVG(UnitPrice) AS AveragePrice FROM Products
Previous: SQL: COUNT() Aggregate Function
Next: SQL: DATEPART Function
No comments:
Post a Comment
Newer Posts
Older Posts
No comments:
Post a Comment