Can't execute query

SELECT id, interpret, album_title, date_format(release_date, '%d.%m.%Y') as 'release',
                        picture, rating, comment
                        FROM cd_reviews WHERE visible = 1 AND release_date <= '2024-04-28' ORDER BY 

MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3

This script cannot continue, terminating.