You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2019/02/20 03:54:31 UTC

[trafodion] 01/02: Incorporate comments 1

This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git

commit 86cbb40bac57949d907951c1b110d4188761fc24
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Wed Feb 20 11:47:47 2019 +0800

    Incorporate comments 1
---
 docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
index 229b708..b459e8f 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc
@@ -3753,7 +3753,7 @@ Technical Writer
 * If two date-time periods are not instantaneous, they overlap when they share a common period, that is, they must have one-second overlap for TIME/TIMESTAMP or one-day overlap for DATE/TIMESTAMP.
 
 +
-TIP: S1-E1 stands for `_(start 1, end 1)_`, S2-E2 stands for `_(start 2, end 2)_`, and so forth.
+TIP: The diagram below describes how various time periods overlap the time period S1-E1. Here, Sn-En refers to `_(start n, end n)_`.
 
 +
 ```