Hi,
I'm trying to load a file using sql loader. Is there a way to create a column where I can hardcode and assign a specific value.
options (rows=500)
load data
infile '/d04/1249.dat'
badfile '/home/cdb_buslink.bad'
into table cdb_buslink
truncate
(bus_link position(74:89) char,
listcode)
is there a syntax on how I can harcode a value for the listcode field?
Thanks
I'm trying to load a file using sql loader. Is there a way to create a column where I can hardcode and assign a specific value.
options (rows=500)
load data
infile '/d04/1249.dat'
badfile '/home/cdb_buslink.bad'
into table cdb_buslink
truncate
(bus_link position(74:89) char,
listcode)
is there a syntax on how I can harcode a value for the listcode field?
Thanks