提交 36560928 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 08ef2638
...@@ -1243,11 +1243,11 @@ public class Function extends Expression implements FunctionCall { ...@@ -1243,11 +1243,11 @@ public class Function extends Expression implements FunctionCall {
/** /**
* Calculate the number of crossed unit boundaries between two timestamps. * Calculate the number of crossed unit boundaries between two timestamps.
* This method is supported for MS SQL Server compatibility. * This method is supported for MS SQL Server compatibility.
* <pre> * <pre>
* DATEDIFF(YEAR, '2004-12-31', '2005-01-01') = 1 * DATEDIFF(YEAR, '2004-12-31', '2005-01-01') = 1
* </pre> * </pre>
* *
* @param part the part * @param part the part
* @param d1 the first date * @param d1 the first date
* @param d2 the second date * @param d2 the second date
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论