To delete the posts in moderation:
DELETE FROM post WHERE visible = 0;
To delete the threads in moderation:
Code:
DELETE FROM thread WHERE visible = 0;
DELETE FROM post WHERE visible = 0;
To delete the threads in moderation:
Code:
DELETE FROM thread WHERE visible = 0;