XF 1.5 Delete IP of multiple members

Bob_R

Active member
I know how to change the IP of a member. I know how to delete all members IP's. I know how to delete a single IP of a member.

My question is can multiple members IP's be deleted? Not all members but more than one member at a time?
 
OK, thanks there are only 18. I'll just do it one at a time. I thought you could seperate the user id's by comma.

Code:
DELETE
FROM xf_ip
WHERE user_id = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
 
Top Bottom