提交 4ab076a0 authored 作者: Thomas Mueller's avatar Thomas Mueller

MySQL compatibility: TIMESTAMPDIFF is now an alias for DATEDIFF.

上级 889bd409
...@@ -1120,7 +1120,7 @@ DATEADD(unitString, addInt, timestamp) ...@@ -1120,7 +1120,7 @@ DATEADD(unitString, addInt, timestamp)
"," ","
Adds units to a timestamp." Adds units to a timestamp."
"Functions (Time and Date)","DATEDIFF"," "Functions (Time and Date)","DATEDIFF","
DATEDIFF(unitString, aTimestamp, bTimestamp) { DATEDIFF | TIMESTAMPDIFF } (unitString, aTimestamp, bTimestamp)
"," ","
Returns the difference between two timestamps." Returns the difference between two timestamps."
"Functions (Time and Date)","DAYNAME"," "Functions (Time and Date)","DAYNAME","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论