I'm getting command not properly ended for the following script, can anyone tell me what I'm missing? Thanks
SELECT E_name, E_DOB FROM Empl
ORDER BY E_DOB DESC
LIMIT 3;
I'm getting command not properly ended for the following script, can anyone tell me what I'm missing? Thanks
SELECT E_name, E_DOB FROM Empl
ORDER BY E_DOB DESC
LIMIT 3;