From df7724d6cb97becd06e80570efc8e15a49110685 Mon Sep 17 00:00:00 2001 From: lsy3993 <110876560+lsy3993@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:20:13 +0800 Subject: [PATCH] [typo](docs)delete wrong description of from_unixtime (#23897) --- .../sql-functions/date-time-functions/from-unixtime.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from-unixtime.md b/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from-unixtime.md index 42aeb89037..2d55bed2ad 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from-unixtime.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/from-unixtime.md @@ -39,9 +39,6 @@ under the License. 其余 `string_format` 格式是非法的,返回NULL -如果给定的时间戳小于 0 或大于 2147483647,则返回 NULL。即时间戳范围是: - -1970-01-01 00:00:00 ~ 2038-01-19 03:14:07 ### example