from_unixtime函數

適用於:檢查標記是的磚的SQL檢查標記是的磚運行時

返回unixTimefmt

語法

from_unixtime(unixTime(,fmt])

參數

  • unixTime:一個長整型數字表達式代表秒運行在16:00:00自1969-12-31。

  • fmt:一個可選的字符串表達式和一個有效的格式。

返回

一個字符串。

看到Datetime模式為有效的格式。“yyyy-MM-dd HH: mm: ss”模式是使用如果省略。

例子

>選擇from_unixtime(0,“yyyy-MM-dd HH: mm: ss”);1969年- - - - - -12- - - - - -31日16:00:00>選擇from_unixtime(0);1969年- - - - - -12- - - - - -31日16:00:00