1
我想要一個需要分鐘的查詢並將其轉換爲mysql中的每日小時分鐘。 我看到幾個網站,但沒有找到有用的。 時間1包括時間在幾分鐘內,但我需要它在日間小時分鐘顯示。Mysql將分鐘轉換爲一天的小時分鐘
Mysql query is as follows.
"SELECT raf, family ,time1 from table ";
Ex : 1226 where i need to convert to x days y hrs and z min.
請幫我找到解決辦法
你的意思是該時間點是unix時間戳 - 像1412661978?如果是這樣,請查看from_unixtime MySQL函數:http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_from-unixtime – stefancarlton 2014-10-07 06:07:41
請讓我們知道您的示例輸出當你有'1226'分鐘作爲輸入時需要 – 2014-10-07 06:08:02