Please provide example of using a staging table to first insert all data from flat file into a staging table with wide character columns and then use select statement with some where conditions to move only valid data into the real tables.
To validate incoming data?
↧