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
selectt1.problem_idfrom (
SELECT problem_id, COUNT(*) AS submit_count
FROM SUBMIT_HISTORY
WHERE created_at >= NOW() - INTERVAL 7 DAY
GROUP BY problem_id
) t1
order byt1.submit_countdesclimit1;
The text was updated successfully, but these errors were encountered:
샘플 쿼리
The text was updated successfully, but these errors were encountered: