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
[Explorer] Execution failed for question 9ecfe142-a0ea-462c-89f2-c283942a8b77: list repositories with stars between 100 and 1000 where users contributed this week #1824
SELECTgr.repo_name, gr.starsFROM github_repos gr JOIN github_events ge ONgr.repo_id=ge.repo_idWHEREgr.stars BETWEEN 100AND1000ANDge.created_at>= DATE_SUB(NOW(), INTERVAL 1 WEEK) GROUP BYgr.repo_name, gr.stars