Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
forsaken628 committed Jan 14, 2025
1 parent 5ecfa0f commit 017258d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ select a + b from ( select weighted_avg(number+1, number*2) a, avg(number) b fro
query IR
select number % 3, weighted_avg(number, 1) from numbers(10) group by 1;
----
0 4999.5
2 5000
1 4999
0 4.5
2 5.0
1 4.0

0 comments on commit 017258d

Please sign in to comment.