We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4733df6 + ec9eb66 commit 2eaa35fCopy full SHA for 2eaa35f
docs/guides/examples/aggregate_function_combinators/argMaxIf.md
@@ -36,7 +36,7 @@ INSERT INTO product_sales VALUES
36
('Laptop', 999.99, 10),
37
('Phone', 499.99, 15),
38
('Tablet', 299.99, 0),
39
- ('Watch', 199.99, 5),
+ ('Watch', 1199.99, 5),
40
('Headphones', 79.99, 20);
41
42
SELECT argMaxIf(product_name, price, sales_count >= 10) AS most_expensive_popular_product
0 commit comments