DB2 Export - 如果 chardel 包含在文本中,如何转义?

DB2 Export - how is chardel escaped if it is contained in text?

其实,标题应该是不言自明的。我举个例子:

DB2 Export 将如何导出此文本列(使用默认的 chardel 和 coldel)?

The name is "John".

问题 DB2 Load from delimitited Files - escape " in Fields doesn't work 提到双引号作为转义字符。

文档没有提到转义: https://www.ibm.com/support/knowledgecenter/SSEPGG_9.8.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0008303.html

我也无法访问 DB2 来自己测试...

当 chardel(或 coldel)出现在文本中时,它们如何被 DB2 export 转义?

是双分隔符:

https://www.ibm.com/support/knowledgecenter/SSEPGG_9.8.0/com.ibm.db2.luw.admin.dm.doc/doc/r0011047.html

我应该先完整RTFM..