Hi,
I have a table with 3(ID,TYPE,DESCRIPTION) fields & I only want to load DESCRIPTION column into mapping_delivery_type table..I'm getting error at Line 3
Expecting Keyword INTO, Found'Description'.
LOAD DATA
INFILE 'boniva.delivery_types@SABA_TO_BONIVA'
Description
APPEND
INTO TABLE mapping_delivery_types
(
Source_Delivery_Type "LTRIM(RTRIM
Source_Delivery_Type))"
)
Can somebdy please correct the file
I have a table with 3(ID,TYPE,DESCRIPTION) fields & I only want to load DESCRIPTION column into mapping_delivery_type table..I'm getting error at Line 3
Expecting Keyword INTO, Found'Description'.
LOAD DATA
INFILE 'boniva.delivery_types@SABA_TO_BONIVA'
Description
APPEND
INTO TABLE mapping_delivery_types
(
Source_Delivery_Type "LTRIM(RTRIM
)
Can somebdy please correct the file