core-jgi/data/import/acct_load.ctl

11 lines
196 B
Plaintext
Raw Normal View History

2006-11-17 10:06:26 +07:00
-- acct_load.ctrl
-- load account data
--
LOAD DATA
INTO TABLE acct_import REPLACE
fields terminated by ',' optionally enclosed by '"'
(
acct_no char(20),
acct_description char(255)
)