Skip to content

Commit 3c91789

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 03712c6 commit 3c91789

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

543543
*Description*:
544544

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

547547
["source","sql",subs="attributes,macros"]
548548
--------------------------------------------------

0 commit comments

Comments
 (0)