So I have some results where the query is like
SELECT * FROM employees ORDER BY birth_date ASC;
This simply puts the birth date in ascending order. I want to only display the elder most employees. How can I edit this query to display that
Note : More than 1 employee was born on the same day, therefore i have 6 users who are the eldest but how can I only display the eldest