to insert data based on the count of col's data [message #234387] |
Tue, 01 May 2007 06:37 |
pravin9
Messages: 42 Registered: May 2007
|
Member |
|
|
Hi,
My problem is that i have data in this format
empno ename sal deptno
now i want to upload data if deptno has more than 5 records for a certain department otherwise it should not upload data for that department
can anyone help me regarding this
|
|
|
|
Re: to insert data based on the count of col's data [message #234444 is a reply to message #234392] |
Tue, 01 May 2007 11:15 |
pravin9
Messages: 42 Registered: May 2007
|
Member |
|
|
Hi,
I want to upload data from a flat file to staging table.
using sql loader
my flat file looks like this
Empno Ename sal deptno
Now i want to insert records into staging table if only the specified dept has more than 5 records otherwise ignore the rows of that dept
thanks for ur time in advance
|
|
|
|
|
|
|
|