DATE(Year,Month,Day)
Returns a specific date.
Year
Represents the year, which can include one to four digits.
Month
Represents the month.If the value of Month is less than 12, the function uses the parameter value as the month.If the value of Month is greater than 12, the function adds the months starting from January of the specified year.
Day
Represents the day.The carry logic is the same as for Month.
Date
Year can include one to four digits.
Month represents the month. If the value of Month is less than 12, the function uses the parameter value as the month.
If the value of Month is greater than 12, the function adds the months starting from January of the specified year.
Day represents the day.The carry logic is the same as for Month.
If any parameter is NULL, the result is NULL.
DATE(1978,9,19)
1978-09-19
DATE(2000,13,05)
2001-01-05
DATE(2000,3,35)
2000-04-04
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy