I am working in mySQL. It's a table of members, some are inactive, I want to change the status of inactive ones from active to inactive. So I know i need to SET active
=0 WHERE member
=x but I have 382 rows to change (multiple values of x)
Hope this makes sense, I am a noob!