提交 a079745e authored 作者: Sadayuki Furuhashi's avatar Sadayuki Furuhashi

Fix document of return value of TIMESTAMPADD method

上级 5d683ea8
...@@ -3500,7 +3500,7 @@ Use negative values to subtract units. ...@@ -3500,7 +3500,7 @@ Use negative values to subtract units.
addIntLong may be a long value when manipulating milliseconds, addIntLong may be a long value when manipulating milliseconds,
otherwise it's range is restricted to int. otherwise it's range is restricted to int.
The same units as in the EXTRACT function are supported. The same units as in the EXTRACT function are supported.
This method returns a timestamp. DATEADD method returns a timestamp. TIMESTAMPADD method returns a long.
"," ","
DATEADD('MONTH', 1, DATE '2001-01-31') DATEADD('MONTH', 1, DATE '2001-01-31')
" "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论