Skip to content

Commit c4a17fb

Browse files
authored
Merge pull request #4042 from abckhush/h3
Points not showing
2 parents eba84a6 + b5d98f0 commit c4a17fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/DBMS/Structured Query Language/sql-aggregate-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ You can combine multiple aggregate functions in a single query to perform variou
8181
```
8282
This query returns the total number of rows, the sum of column_name, and the average value of column_name.
8383

84-
Aggregate functions are powerful tools in SQL for summarizing and analyzing data. By mastering these functions, you can perform complex data analysis and gain valuable insights from your database.
84+
Aggregate functions are powerful tools in SQL for summarizing and analyzing data. By mastering these functions, you can perform complex data analysis and gain valuable insights from your database.
85+

0 commit comments

Comments
 (0)