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
letsql="SELECT country, COUNT(id) AS number FROM entries WHERE country != '' GROUP BY country ORDER BY number DESC;";
135
+
letsql="SELECT country, COUNT(id) AS number FROM entries WHERE email_confirmed > 0 AND status < 2 AND country != '' GROUP BY country ORDER BY number DESC;";
0 commit comments