I have a string like:
1295031561,07/06/2021
1377058140,07/06/2021
1603302580,07/09/2021
1025937542,07/06/2021
1078676830,07/09/2021
I need to loop through the values. The first # is the id and the second is a quit date. I thing need to update the values in a table
Update UserTable
SET QuitDate = '07/06/2021'
WHERE ID = 1295031561