Please help by providing me with a sql query I can run to delete all comments for my linkid 164. I have 31,882 comments I need to delete. Alternatively is there a way to mass delete comments for a single linkid with WSN links? I am using phpMyAdmin but I am not sure how to write the query to perform this task.
Comments on Mass Delete Comments with SQL
Member
Usergroup: Customer
Joined: Mar 01, 2003
Location: San Diego
Total Topics: 12
Total Comments: 31
Please help by providing me with a sql query I can run to delete all comments for my linkid 164. I have 31,882 comments I need to delete. Alternatively is there a way to mass delete comments for a single linkid with WSN links? I am using phpMyAdmin but I am not sure how to write the query to perform this task.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
DELETE FROM wsnlinks_comments WHERE linkid=164;