Question: Hi, so I did ask a question earlier this week on how to write a Python code to help distinguish after comparing if any changes
Hi, so I did ask a question earlier this week on how to write a Python code to help distinguish after comparing if any changes had been made on an sql script column and identify the changes made. Say for instance I have an sql script that has column named old_title, new_title, old_given_name, new_given_name, old_family_name, new_family_name, date_change_occurred, user_id, etc. I want to know if a users title changed from say Miss to Mrs and also identify the changes or perhaps the given_name changed and what the change is.
The issue is the solution given by one of your dev didnt output the exact changes and I need it to give the exact changes made for each row where the old column and new column has changed. Else the essence of my problem hasnt been resolved. I hope you understand my problem and a better solution would be provided. Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
