c7b25efc创建于 2021年12月29日历史提交
-- comments
LOAD DATA
truncate into table sqlldr_tbl
WHEN (2:2) = ',' 
-- internal comments 
fields terminated by ','
trailing nullcols
(
    --id position(1:1) integer external,
    id integer external,
    name char(32),
    con ":id || '-' || :name",
    dt date
)