Skip to content

Commit 8ca67cd

Browse files
authored
Removing link to Wikipedia
I have removed the link to Wikipedia as the linked page does not reflect what is actually being calculated. A per the following issue: #50416
1 parent db129d0 commit 8ca67cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sql/functions/aggs.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ SUM_OF_SQUARES(field_name) <1>
560560

561561
.Description:
562562

563-
Returns the https://en.wikipedia.org/wiki/Total_sum_of_squares[sum of squares] of input values in the field `field_name`.
563+
Returns the sum of squares of input values in the field `field_name`.
564564

565565
["source","sql",subs="attributes,macros"]
566566
--------------------------------------------------

0 commit comments

Comments
 (0)