1.

How Do You Offload The Time/date Handling To Mysql?

Answer»

SELECT DATE_FORMAT(techpreparation_timestamp, ‘%Y-%m-%d’) from techpreparation_questions; A SIMILAR TIME_FORMAT FUNCTION DEALS with TIME.

SELECT DATE_FORMAT(techpreparation_timestamp, ‘%Y-%m-%d’) from techpreparation_questions; A similar TIME_FORMAT function deals with time.



Discussion

No Comment Found