Skip to content

Commit

Permalink
Update functions-and-operators/aggregate-group-by-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored Feb 12, 2025
1 parent e44ac19 commit ab9a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/aggregate-group-by-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Except for the `GROUP_CONCAT()` and `APPROX_PERCENTILE()` functions, all the pre
SELECT APPROX_COUNT_DISTINCT(a, b) FROM t GROUP BY c;
```

```sql
```
+-----------------------------+
| approx_count_distinct(a, b) |
+-----------------------------+
Expand Down

0 comments on commit ab9a6da

Please sign in to comment.