Skip to content

Commit

Permalink
use round digit
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Aug 9, 2024
1 parent 02e977a commit 820993c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ select * from m1;
query I
select
percentile_cont(0.01) within group (order by p_col) as p01,
round(sum(p_col), 2),
round_digit(sum(p_col), 2),
percentile_cont(0.5) within group (order by p_col) as p50,
count(*),
percentile_cont(0.99) within group (order by p_col) as p99
Expand Down

0 comments on commit 820993c

Please sign in to comment.