Hi All,
Please let me know what is the best way to implement the below conditions:
i have data in staging table(60lak records & more) and have to insert the data into target table only if all the 1st col records(numeric) in staging table r having +ve values.
else -ve values need to be inserted into error table. Also if any -ve values are present then all records/data must be deleted from target table(or data shouldnt be loaded into target table).
what is the best way to do this so tat the performace is not effected...
