We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e3a12 commit 48b19eeCopy full SHA for 48b19ee
spec/index.html
@@ -9605,7 +9605,7 @@ <h4>Aggregate Algebra</h4>
9605
<p><b>Special Case:</b> when <code>COUNT</code> is used with the expression
9606
<code>*</code>, then F(Ψ) is the cardinality of the group solution sequence,
9607
i.e., F(Ψ) = <a href="#defn_Card">Card</a>(Ψ),
9608
- or F(Ψ) = <a href="#defn_Card">Card</a>(Dedup(Ψ))
+ or F(Ψ) = <a href="#defn_Card">Card</a>(<a href="#defn_algDistinct">Distinct</a>(Ψ))
9609
if the <code>DISTINCT</code> keyword is present.</p>
9610
</div>
9611
<p><i>scalarvals</i> are used to pass values to the underlying set function, bypassing
0 commit comments