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
SELECT summary(ARRAY_AGG(review)) FROM (SELECT unnest(ratings.reviews) AS review FROM courses JOIN ratings ON courses.course_id = ratings.course_id WHERE 'CS224V' = ANY(courses.course_codes)) AS subquery;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: