![]() |
Need a query to remove attachments
Anyone have a query they can throw my way that will remove all attachments in a specific forum?
|
You will have to join with the post and the thread table to find out in which forum an attachment is posted.
|
You will need at least mySQL 4.0.2 for this type of query:
[sql] DELETE FROM attachment USING attachment, post, thread WHERE attachment.postid = post.postid AND thread.threadid = post.threadid AND thread.forumid = X [/sql] |
Thanks, seemed to work fine :)
|
All times are GMT. The time now is 07:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|