Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> sqlload, skipping colums?

sqlload, skipping colums?

From: Bas A. Schulte <bas_at_yournews.nl>
Date: Wed, 03 Mar 1999 13:29:56 +0100
Message-ID: <36DD2B44.81209DF4@yournews.nl>


Hi,

using sqlload, is it possible to skip certain columns? I.e. the source data containts multiple columns that I don't want to insert into a column in the database. I can't seem to find this anywhere in the documentation.

This is my control-file:

load data
infile *
into table TESTTABLE
fields terminated by ',' optionally enclosed by '"' (

    COLUMN1,

BEGINDATA
"1","skip this","2","3"

Thanks,

Bas. Received on Wed Mar 03 1999 - 06:29:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US