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
SELECTS.user_id,
COALESCE(ROUND(SUM(C.action='confirmed')/COUNT(S.user_id), 2),0) AS'confirmation_rate'FROM Signups S LEFT JOIN Confirmations C ONS.user_id=C.user_idGROUP BYS.user_id