add if p is less than or equal to 18

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/40647ad8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/40647ad8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/40647ad8

Branch: refs/heads/master
Commit: 40647ad83d656d250960d4a73f62337c71abd74b
Parents: 1e6657d
Author: liu.yu <yu....@esgyn.cn>
Authored: Wed May 17 12:36:55 2017 +0800
Committer: liu.yu <yu....@esgyn.cn>
Committed: Wed May 17 12:36:55 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/40647ad8/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc 
b/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc
index b29ca9e..48f11b9 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/introduction.adoc
@@ -276,7 +276,7 @@ select * from hive.hive.t; -- explicit table name
 
 1. The value `_n_` is determined by `CQD HIVE_MAX_STRING_LENGTH`. See the
 {docs-url}/cqd_reference/index.hmtl[{project-name} Control Query Default (CQD) 
Reference Guide].
-2. If p is less than 18, decimal (precision, scale) is mapped to decimal 
(precision, scale).
+2. If p is less than or equal to 18, decimal (precision, scale) is mapped to 
decimal (precision, scale).
 3. If p is greater than 18, decimal (precision, scale) is mapped to numeric 
(precision, scale).
 4. Hive supports timestamps with nanosecond resolution (precision of 9). 
{project-name} SQL supports only microsecond resolution (precision 6).
 

Reply via email to