imay commented on a change in pull request #1190: Add date-function doc URL: https://github.com/apache/incubator-doris/pull/1190#discussion_r286800920
########## File path: docs/documentation/cn/sql-reference/sql-functions/date-functions/from_unixtime.md ########## @@ -0,0 +1,40 @@ +# from_unixtime + +## Syntax + +`FROM_UNIXTIME(int unix_timestamp[, string string_format])` + +## Description + +``` Review comment: This should only be used for code. For description, there is no need to use this. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
