You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>SELECT percentile_cont(column_name, 0.75) FROM table_name;
420
+
+---------------------------------------+
421
+
| percentile_cont(column_name, 0.75) |
422
+
+---------------------------------------+
423
+
| 45.5 |
424
+
+---------------------------------------+
425
+
```
426
+
391
427
### `string_agg`
392
428
393
429
Concatenates the values of string expressions and places separator values between them. If ordering is required, strings are concatenated in the specified order. This aggregation function can only mix DISTINCT and ORDER BY if the ordering expression is exactly the same as the first argument expression.
0 commit comments