SyntaxFix
Write A Post
Hire A Developer
Questions
You need to use GROUP BY instead of DISTINCT if you want to use aggregation functions.
GROUP BY
DISTINCT
SELECT title, MIN(date) FROM table GROUP BY title