You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/05/10 18:05:42 UTC

[3/4] trafodion git commit: Incorporate Comments 2

Incorporate Comments 2


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

Branch: refs/heads/master
Commit: 17e698e8728ebcbf5c6371eece688b6429eadcde
Parents: b1d7263
Author: liu.yu <qw...@hotmail.com>
Authored: Thu May 10 10:37:19 2018 +0800
Committer: liu.yu <qw...@hotmail.com>
Committed: Thu May 10 10:37:19 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/trafodion/blob/17e698e8/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
index e7dc38b..12d2548 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc
@@ -583,7 +583,7 @@ For more information, see <<character_value_expressions,Character Value Expressi
 [[considerations_for_ascii]]
 === Considerations For ASCII
 
-ASCII function handles string and column differently:
+The ASCII function handles string literals and columns differently:
 
 * For a string, the value of the character or *the value of each character* in the string cannot be greater than 255, or else it returns the following error:
 +