top | item 37607234

(no title)

sandpaper26 | 2 years ago

On the section about partitioned joins, how is that different from

SELECT sale_dt, name, Sum(quantity) FROM sales LEFT JOIN product ON sales.product_id = product.id GROUP BY sale_dt, name;

discuss

order

No comments yet.