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