mirror of
https://github.com/youronlydimwit/Data_ScienceUse_Cases.git
synced 2025-12-23 18:51:31 +01:00
Update and rename SQL/Bike Store.sql to SQL/Bike Store/Bike Store.sql
This commit is contained in:
committed by
GitHub
parent
85a0342db4
commit
b1a54c2da8
@@ -116,4 +116,4 @@ SELECT
|
||||
[Order Count] = COUNT(O.order_id)
|
||||
FROM order_items O join products P on P.product_id = O.product_id
|
||||
GROUP BY P.product_name
|
||||
HAVING COUNT(O.order_id) < 5 or COUNT(O.order_id) = 5
|
||||
HAVING COUNT(O.order_id) < 5 or COUNT(O.order_id) = 5
|
||||
Reference in New Issue
Block a user