[ https://issues.apache.org/jira/browse/TRAFODION-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16298714#comment-16298714 ]
ASF GitHub Bot commented on TRAFODION-2850: ------------------------------------------- Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1354#discussion_r158074973 --- Diff: docs/lob_guide/src/asciidoc/_chapters/working_with_lob.adoc --- @@ -235,6 +235,8 @@ The source for inserting into a LOB can be any of the following: An unnamed parameter can be used to prepare a statement and then during an execution, either a function or a simple string parameter can be passed in which will be converted to LOB data. * `EMPTY_BLOB()` or `EMPTY_CLOB()` ++ +NOTE: If you want to insert `EMPTY_BLOB()` or `EMPTY_CLOB()` into a lob column, the CQD `TRAF_CLOB_AS_VARCHAR` which is *ON* by default must be turned *OFF* before creating the table. --- End diff -- And yes, your suggested comment looks right to me. > Add a Note for EMPTY_BLOB() and EMPTY_CLOB() for *Trafodion SQL Large Objects > Guide* > ------------------------------------------------------------------------------------ > > Key: TRAFODION-2850 > URL: https://issues.apache.org/jira/browse/TRAFODION-2850 > Project: Apache Trafodion > Issue Type: Documentation > Reporter: Liu Yu > Assignee: Liu Yu > -- This message was sent by Atlassian JIRA (v6.4.14#64029)