Apply for Zend Framework Certification Training

Mysql




SELECT *  FROM employee WHERE id=(SELECT MAX(id) FROM employee); 
 
SELECT * FROM employee ORDER BY id DESC LIMIT 1;
                                     

< Mysql difference between two timestamps How to return last one hour result in mysql >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top