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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to skip blank records using sql*loader

Re: How to skip blank records using sql*loader

From: Ashish Shah <ar_shah_at_yahoo.com>
Date: Tue, 15 Aug 2000 06:48:46 -0700 (PDT)
Message-Id: <10590.114601@fatcity.com>


you can do something like below if your column one is consistant.. in this example all the rows starts with zero..

into table item1
when (1)='0'


Ashish
Toronto, Canada

Do You Yahoo!?
Yahoo! Mail – Free email you can access from anywhere! Received on Tue Aug 15 2000 - 08:48:46 CDT

Original text of this message

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