Victoria Becu

Use HAVING clause with GROUP BY

2 having queries, specifying that an SQL SELECT statement should only return rows where aggregate values meet constraints, and GROUP BY

  • December 17, 2016 at 4:17 PM
  • Visible to public
SELECT title, year_released
FROM movies
HAVING MAX(year_released)