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
SELECTgu.loginAS user_login,
COUNT(*) AS contributions
FROM
github_events AS ge
JOIN github_users AS gu ONge.actor_id=gu.idWHEREgu.country_code='PL'ANDge.actor_login NOT LIKE'%bot%'GROUP BY
user_login
ORDER BY
contributions DESCLIMIT20
The text was updated successfully, but these errors were encountered:
Hi, It's failed to execute the question 1212077c-808d-4476-8cf7-6914512b58da what are top contributors from poland (errorType = error-query-timeout):
Error message
Generated SQL
The text was updated successfully, but these errors were encountered: