I'm working on a project where I have to update multiple records in the same column. My values are stored in the list same as ID's that I have to use in my WHERE clause. I was wondering if I can use 'IN' instead of '=' and update all values from my list? Here is my code for lists:I'm working on a project where I have to update