Skip to content

Commit

Permalink
Update to-date.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyiLee authored Nov 13, 2023
1 parent e96bf63 commit 55bee09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

| Arguments | Description |
| ---- | ---- |
| str | Required. <br>如果 ``str````NULL``,则函数返回 ``NULL``。 <br>如果从 ``str`` 中的 ``date````datetime`` 值不合法,则 ``STR_TO_DATE()`` 将返回 ``NULL`` 并产生警告。|
| str | Required. <br>如果 ``str````NULL``,则函数返回 ``NULL``。 <br>如果从 ``str`` 中的 ``date````datetime`` 值不合法,则 ``TO_DATE()`` 将返回 ``NULL`` 并产生警告。|
| format | 可选参数。表示返回值格式的格式字符串。<br> 如果省略 format,则返回一个 ``DATETIME`` 值。 <br>如果 format 为空,则返回 ``NULL``。<br>如果 format 已存在指定格式,则返回值为 ``VARCHAR``|

说明:格式字符串可以包含文字字符和以 *%* 开头的格式说明符。``format`` 中的字面字符必须匹配 ``str`` 中的字面字符。``format`` 中的格式说明符必须匹配 ``str`` 中的日期或时间部分。
Expand Down

0 comments on commit 55bee09

Please sign in to comment.