diff --git a/spec/index.html b/spec/index.html index 272e758..0671da6 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2925,12 +2925,14 @@
Note that it would not be legal to project STR(?z) as this is not a simple
- variable expression. However, with GROUP BY (STR(?z) AS ?strZ) it would be
- possible to project ?strZ.
Other expressions, not using GROUP BY variables, or aggregates may have
- non-deterministic values projected from their groups using the SAMPLE
- aggregate.
Note that it would not be legal to project STR(?z) as this is not a simple
+ variable expression. However, with GROUP BY (STR(?z) AS ?strZ) it would be
+ possible to project ?strZ.
For other expressions (not using GROUP BY variables or aggregates),
+ non-deterministic values may be requested from their groups by using the SAMPLE
+ aggregate function explicitly.