DBA > Job Interview Questions > MySQL and SQL

How do you get the month from a timestamp?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How do you get the month from a timestamp?

SELECT MONTH(techinterviews_timestamp) from techinterviews_questions;

(Continued on next question...)

Other Job Interview Questions