sqlloader(windows)实例

来源:互联网 发布:python串口通信实例 编辑:程序博客网 时间:2024/06/10 13:58
load data
infile "c:\aa\aa.txt"
truncate into table orders_tmp
fields terminated by X'09'
(CUST_NBR  ,
REGION_ID,
SALESPERSON_ID ,
YEAR ,
MONTH   ,
TOT_ORDERS  ,
TOT_SALES  )