We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebdb41 commit c8964f4Copy full SHA for c8964f4
1 file changed
docs/user/ppl/cmd/stats.rst
@@ -248,7 +248,7 @@ Usage: DISTINCT_COUNT_APPROX(expr). Return the approximate distinct count value
248
249
Example::
250
251
- os> source=accounts | stats distinct_count_approx(gender);
+ PPL> source=accounts | stats distinct_count_approx(gender);
252
fetched rows / total rows = 1/1
253
+-------------------------------+
254
| distinct_count_approx(gender) |
0 commit comments