Query Run
select count(rc_id) as reviews, actor_name, SUM(comment_text like... 2 years ago
select count(rc_id) as reviews, actor_name, SUM(comment_text like... 2 years ago
SELECT ROW_NUMBER() OVER(ORDER BY COUNT(*) DESC) AS rank, actor_name, ... 2 years ago