Skip to content

Commit 093ea03

Browse files
committed
[DOCS] Typos
1 parent de9e56a commit 093ea03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/sql/language/syntax/select.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ And grouping by column expression (typically used along-side an alias):
177177
include-tagged::{sql-specs}/docs.csv-spec[groupByExpression]
178178
----
179179

180-
When a `GROUP BY` clause is used in a `SELECT`, _all_ output expressions must be either aggregate functions or expressions used for grouping or derivates of (otherwise there would be more than one possible value to return for each ungrouped column).
180+
When a `GROUP BY` clause is used in a `SELECT`, _all_ output expressions must be either aggregate functions or expressions used for grouping or derivatives of (otherwise there would be more than one possible value to return for each ungrouped column).
181181

182182
To wit:
183183

@@ -331,8 +331,8 @@ include-tagged::{sql-specs}/docs.csv-spec[orderByScoreWithMatch]
331331
----
332332
333333
NOTE:
334-
Trying to return `score` from a non full-text queries will return the same value for all results, as
335-
all are equilley relevant.
334+
Trying to return `score` from a non full-text query will return the same value for all results, as
335+
all are equally relevant.
336336
337337
[[sql-syntax-limit]]
338338
[float]

0 commit comments

Comments
 (0)