Re: SQL Loader: How to skip fields?

From: Steve Haynes <steve_at_rwx777.demon.co.uk>
Date: Wed, 2 Feb 2000 23:37:49 +0000
Message-ID: <HLLIuEAN$Lm4Ew4X_at_rwx777.demon.co.uk>


[Quoted] In article <8781ar$n2f3_at_usilws15.ca-nethaven.com>, Tim Cope <copti03_at_cai.com> writes
>You can specify the column as a FILLER and sqlldr will skip that column.
>For example:
>
>INTO TABLE MYTEST
>(
>col1 CHAR(20),
>col2 FILLER CHAR(30),
>col3 CHAR(20)
>)
>
New one on me, what version did this arrive in?, I'm sure it didn't used to be possible.
Steve Received on Thu Feb 03 2000 - 00:37:49 CET

Original text of this message