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 da64dc1  edit
da64dc1 is described below

commit da64dc1da6db3566de074a580bfe2e86d20e351e
Author: Bridget Bevens <[email protected]>
AuthorDate: Sat Dec 29 15:45:40 2018 -0800

    edit
---
 .../sql-functions/030-date-time-functions-and-arithmetic.md           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 049a781..a3acbdd 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
@@ -570,7 +570,7 @@ SELECT UNIX_TIMESTAMP('2015-05-29 08:18:53.0', 'yyyy-MM-dd 
HH:mm:ss.SSS') FROM (
 Adds an interval of time, in the given time units, to a datetime expression.   
 
 ###TIMESTAMPADD Syntax  
-TIMESTAMPADD(*time\_unit,interval,datetime\_expression*)  
+TIMESTAMPADD(*time\_unit, interval, datetime\_expression*)  
 
 ###TIMESTAMPADD Usage Notes  
 - *datetime\_expression* is a column or literal with date, time, or timestamp 
values. 
@@ -625,7 +625,7 @@ Dates in column[0] before applying the TIMESTAMPADD 
function:
 Calculates an interval of time, in the given time units, by subtracting 
*datetime\_expression1* from *datetime\_expression2* (*datetime\_expression2* − 
*datetime\_expression1*).    
 
 ###TIMESTAMPDIFF Syntax  
-TIMESTAMPDIFF(*time\_unit, keyword datetime\_expression1, 
datetime\_expression2*)  
+TIMESTAMPDIFF(*time\_unit, datetime\_expression1, datetime\_expression2*)  
 
 ###TIMESTAMPDIFF Usage Notes  
 - *datetime\_expression* is a column or literal with date, time, or timestamp 
values. 

Reply via email to