SQL Error:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY news_dt DESC' at line 1
SELECT DISTINCT YEAR
(news_dt
) as year
FROM news
WHERE news_nc_id
= ORDER BY news_dt DESC