Skip to content

Commit

Permalink
Update curdate.md (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyiLee authored Nov 16, 2023
1 parent fb8ef15 commit 82782fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## **函数说明**

`CURDATE()` 函数返回当前日期的 `YYYY-MM-DD` 格式的值,根据函数是否用在字符串或数字语境中
`CURDATE()` 函数返回当前日期的 `YYYY-MM-DD` 格式的值。

!!! note
与 MySQL 行为不同的是:`curdate()+int` 表示当前日期至 1970-01-01 再加上 `int`(天数)的总天数。比如,`curdate()+1` 表示当前日期减去 1970-01-01 再加 1 天。
Expand Down

0 comments on commit 82782fe

Please sign in to comment.