Github user liuyu000 commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1350#discussion_r157655684 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc --- @@ -7182,6 +7404,40 @@ SELECT STDDEV (price * qty_available) FROM sales.parts; --- 1 row(s) selected. ``` +<<< +[[stringtolob_function]] +== STRINGTOLOB Function + +[[stringtolob_function_syntax]] +=== Syntax Descriptions of STRINGTOLOB Function + +The STRINGTOLOB function converts a simple string literal into LOB format. This function can be used in INSERT or UPDATE statement. --- End diff -- OK, thanks Dave. :)
---