This type of explanation we need in all upcoming videos Like first explain the question, Then highlights the key points through comment in the query editor , Then write a query in slowly manner with proper explanation of why we are using this Pls follow this type of approach in all video And cover more problems from this website 😊 solve many problems from easy and medium level because no one is solving this problem from this website 😊 You're the 1st one so make it superhit playlist ma'am
@InsightsLift3 сағат бұрын
@@vandanapatil8182 for sure
@InsightsLift3 сағат бұрын
@@vandanapatil8182 Thankyou so much
@saijaswanth30365 сағат бұрын
SELECT client_id , MONTH(time_id) , COUNT(DISTINCT(user_id)) FROM fact_events GROUP BY client_id , MONTH(time_id)