[typo](docs)add new attention of str_to_date function (#19264)
This commit is contained in:
@ -31,7 +31,7 @@ under the License.
|
||||
`DATETIME STR TWO DATES (VARCHAR STR, VARCHAR format)`
|
||||
|
||||
|
||||
Convert STR to DATE type by format specified, if the conversion result does not return NULL
|
||||
Convert STR to DATE type by format specified, if the conversion result does not return NULL. Note that the 'format' parameter specifies the format of the first parameter.
|
||||
|
||||
The `format` supported is consistent with [date_format](date_format.md)
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ under the License.
|
||||
|
||||
`DATETIME STR_TO_DATE(VARCHAR str, VARCHAR format)`
|
||||
|
||||
通过format指定的方式将str转化为DATE类型,如果转化结果不对返回NULL
|
||||
通过format指定的方式将str转化为DATE类型,如果转化结果不对返回NULL。注意format指定的是第一个参数的格式。
|
||||
|
||||
支持的format格式与[date_format](date_format.md)一致
|
||||
|
||||
|
||||
Reference in New Issue
Block a user