My first error with this query was the year, and I fixed that by only adding quotation at the beggining and end of the years. That gave me a different syntax error with the ORDER BY. Any suggestions? this is a school project.
AND Year BETWEEN ‘2016 AND 2018’
ORDER BY
Births
DESC;
New contributor
Carolina Liguori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.