Reputation: 747
I am in process of data migration from old architecture to a new one. I have written SQL queries (insert query) for this purpose and I have used insert ignore to escape the duplication errors, and with this, they are converted into warnings. Now I want to log all these errors and warnings into a file so that stakeholders can refer to these files and check errors and warnings during the process of insertion with columns and value that was tried.
Following are the things that I checked and did:-
Upvotes: 0
Views: 572
Reputation: 886
Try to do the below steps
Upvotes: 1