Skip to content

Commit 2eaa35f

Browse files
authored
Merge pull request #4043 from friedrich123456789/patch-1
Improve argMaxIf.md example numbers
2 parents 4733df6 + ec9eb66 commit 2eaa35f

File tree

1 file changed

+1
-1
lines changed
  • docs/guides/examples/aggregate_function_combinators

1 file changed

+1
-1
lines changed

docs/guides/examples/aggregate_function_combinators/argMaxIf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ INSERT INTO product_sales VALUES
3636
('Laptop', 999.99, 10),
3737
('Phone', 499.99, 15),
3838
('Tablet', 299.99, 0),
39-
('Watch', 199.99, 5),
39+
('Watch', 1199.99, 5),
4040
('Headphones', 79.99, 20);
4141

4242
SELECT argMaxIf(product_name, price, sales_count >= 10) AS most_expensive_popular_product

0 commit comments

Comments
 (0)