Hi,
I am trying to use sql loader to import certain records based on if they match any value in a lookup table. Something along the lines of
I get the error
Can something like this be done using sql loader, or will I have to use an external table?
Thanks.
-----------------------------------------
I cannot be bought. Find leasing information at
I am trying to use sql loader to import certain records based on if they match any value in a lookup table. Something along the lines of
Code:
into table upload_interface_table
when (1:2) = '01' and (60:61) in (select value from common_lookups where ...)
Code:
SQL*Loader-350: Syntax error at line 34.
Expecting = or "<>", found "in".
Thanks.
-----------------------------------------
I cannot be bought. Find leasing information at