How to skip the invalid rows while inserting the data into Database
- by Dinesh
We have a statement., that is inserting some rows in a temporary table (say e.g., 10 rows), while inserting 5th row, it has some issue with one of the column format and giving an error and then it stopped inserting the rows.
What I want is, it should skip the error rows and insert valid rows.
For those error rows, it can skip that error column and…