【发布时间】:2016-04-29 13:10:59
【问题描述】:
你好,我不明白虚拟填充物是做什么的?
有人给我解释一下吗?
load data
infile * "str '</contact>'"
INSERT
into table address_book
TRUNCATE
FIELDS(
dummy1 filler char(2000) terminated by "<contact>",
contact_name char(2000) enclosed by "<contact_name>" and "</contact_name>",
address char(2000) enclosed by "<address>" and "</address>",
dummy2 filler char(2000) terminated by "</start>"
)
BEGINDATA
example:dummy1 填充物:意思是在接触之前忽略一切? 谢谢
【问题讨论】:
标签: xml oracle sql-loader