modified on 30 July 2008 at 10:43 ••• 579 views

Customer ctl

From Oramosswiki

Jump to: navigation, search
load data
into table customer
append
fields terminated by '|'
optionally enclosed by '"'
trailing nullcols
(
 c_custkey         
,c_name           
,c_address       
,c_nationkey    
,c_phone       
,c_acctbal    
,c_mktsegment
,c_comment  
)