modified: docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/72a9f2e5 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/72a9f2e5 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/72a9f2e5 Branch: refs/heads/master Commit: 72a9f2e5a45be398da66a27e3593c2197a70feaa Parents: 24df139 Author: zlei929 <[email protected]> Authored: Wed Jul 18 13:29:21 2018 +0800 Committer: zlei929 <[email protected]> Committed: Wed Jul 18 13:29:21 2018 +0800 ---------------------------------------------------------------------- .../src/asciidoc/_chapters/binder_msgs.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/72a9f2e5/docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc ---------------------------------------------------------------------- diff --git a/docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc index 1d63514..f295205 100644 --- a/docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc +++ b/docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc @@ -2918,3 +2918,18 @@ Use of predefined UDF <name> is deprecated and this function will be removed in *Effect:* The operation succeeds - this is only a warning. *Recovery:* See message. + +[[SQL-4497]] +== SQL 4497 + +``` +The <number> operand of builtin-func <name> must be <data type>. + +``` + +*Cause:* You attempted to use an invalid type for the given operand of the given function. + +*Effect:* The operation fails. + +*Recovery:* Correct the syntax and resubmit. +
