Skip Column - (not exists in table)
824061Feb 14 2011 — edited Feb 15 2011Experts,
I have a csv data file with 5 columns and table with 4 columns.
Can i skip first column of data file and load remaining 4 columns in the table- Using SQL Loader.
I know we can use filler if column in data file and table matches. But how to do it when Column from file does not exists in the table at all and I dont want to load it.
Thanks
B