File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments