You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LEFT JOIN subscriptionaction sa ON sa.SubscriptionId = s.Id
JOIN subscriptionpricing sp ON s.SubscriptionPricingId = sp.Id
JOIN stmrecuserauth ua ON ua.Id=s.UserId
WHERE SubscriptionActionTypeId = 1 AND NextSubscriptionPricingId IS NOT NULL AND IsCancelledSubscription = 1 AND ActionDate >= curdate() - INTERVAL DAYOFWEEK(curdate())+ 600organisationuser DAY
AND ActionDate < curdate() - INTERVAL DAYOFWEEK(curdate())-1 DAY