This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new c2132ab edit
c2132ab is described below
commit c2132ab17f1e004ff55963e99c0bb1fa6520e80e
Author: Bridget Bevens <[email protected]>
AuthorDate: Sat Dec 29 15:56:08 2018 -0800
edit
---
.../sql-functions/030-date-time-functions-and-arithmetic.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
index 9d0833e..a60f6ab 100644
---
a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
+++
b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
@@ -645,7 +645,7 @@ TIMESTAMPDIFF(*time\_unit, datetime\_expression1,
datetime\_expression2*)
###TIMESTAMPDIFF Examples
-Subtracts date literal 1982-05-06 from date literal 2018-12-26 and returns the
difference in months:
+Subtracts the date literal '1982-05-06' from the date literal '2018-12-26' and
returns the difference in months:
SELECT TIMESTAMPDIFF(MONTH, DATE'1982-05-06', DATE '2018-12-26');
+---------+