Hi!
In mySQL there is this function asc limit 1 which will sort the sql select statement and return only 1 result.
When I do this, it says SQL Command not properly ended. Any suggestion? Thank you.
Code:SELECT myDate order by myDate asc limit 1