SQL Error:
FROM news where news_nc_id=
ORDER BY newsYear DESC;
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 newsYear DESC' at line 1
SELECT DISTINCT (YEAR(news_date)) AS newsYear FROM news where news_nc_id=
ORDER BY newsYear DESC;
日期: (星期三)