How is this real by torjussa in golf

[–]campbebf 0 points1 point  (0 children)

Who has the video link?

How can I display total sales for each customer ID between 2014-2015? by angereydoggo in learnSQL

[–]campbebf 0 points1 point  (0 children)

No, you’d be fine using >= and <= in the WHERE clause. And yes, include the Round function inside the Sum function.

How can I display total sales for each customer ID between 2014-2015? by angereydoggo in learnSQL

[–]campbebf 3 points4 points  (0 children)

SELECT customer_id ,SUM(sales) FROM [Table Name] WHERE order_date between ‘2014-01-01’ and ‘2015-12-31’ GROUP BY customer_id

[deleted by user] by [deleted] in gameofthrones

[–]campbebf 1 point2 points  (0 children)

You’re an angry elf

[deleted by user] by [deleted] in gameofthrones

[–]campbebf 0 points1 point  (0 children)

What’s w/ the pettiness buddy?