Skip to content

Commit efb2b9c

Browse files
Tpthartig
andauthored
Update spec/index.html
Co-authored-by: Olaf Hartig <[email protected]>
1 parent c2c6862 commit efb2b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,8 +2929,8 @@ <h3>Aggregate Projection Restrictions</h3>
29292929
<p>Note that it would not be legal to project <code>STR(?z)</code> as this is not a simple
29302930
variable expression. However, with <code>GROUP BY (STR(?z) AS ?strZ)</code> it would be
29312931
possible to project <code>?strZ</code>.</p>
2932-
<p>Other expressions, not using <code>GROUP BY</code> variables, or aggregates may have
2933-
non-deterministic values projected from their groups using the <code>SAMPLE</code>
2932+
<p>For other expressions (not using <code>GROUP BY</code> variables or aggregates),
2933+
non-deterministic values may be requested from their groups by using the <code>SAMPLE</code>
29342934
aggregate function explicitly.</p>
29352935
</div>
29362936
</section>

0 commit comments

Comments
 (0)