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 <[email protected]> Authored: Thu May 10 10:37:19 2018 +0800 Committer: liu.yu <[email protected]> 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: +
