Primero mysql
//returns the first value
SELECT working_date FROM employee LIMIT 1;
Splendid Salmon
//returns the first value
SELECT working_date FROM employee LIMIT 1;