IT Placement Papers Database MYSQL
This category contains MYSQL Interview Questions and Answers |
How do you offload the time/date handling to MySQL?
|
|
|
|
|
SELECT DATE_FORMAT(techinterviews_timestamp, ‘%Y-%m-%d’) from techinterviews_questions; A similar TIME_FORMAT function deals with time.
Only registered users can write comments. Please login or register.
|