Skip to content

Commit 99409e8

Browse files
jmcenieryjrodewig
authored andcommitted
[DOCS] Remove Wikipedia link from SUM_OF_SQUARES SQL function docs (#52398)
Removed the link to Wikipedia as the function is not calculating the sum of squares in this way. More can be found here at this issue: #50416
1 parent 0df329d commit 99409e8

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
@@ -616,7 +616,7 @@ SUM_OF_SQUARES(field_name) <1>
616616

617617
*Description*:
618618

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

621621
["source","sql",subs="attributes,macros"]
622622
--------------------------------------------------

0 commit comments

Comments
 (0)