/ Published in: MySQL
MYSQL Convertir un timestamp en heure lisible
Expand |
Embed | Plain Text
SELECT FROM_UNIXTIME(debut) FROM t_Heures;
You need to login to post a comment.
MYSQL Convertir un timestamp en heure lisible
SELECT FROM_UNIXTIME(debut) FROM t_Heures;
You need to login to post a comment.