Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

freakable on "How to change this sql querry"

$
0
0
# First:

DELETE FROM wp_postmeta
WHERE post_id IN
(
SELECT id
FROM wp_posts
WHERE post_type = 'attachment'
)
;

# Second:

DELETE FROM wp_posts WHERE post_type = 'attachment'

That sql querry delete every attachment from post. I need to change this, to delete every attachment with height less than 100px. Can someone help me ?


Viewing all articles
Browse latest Browse all 8245

Trending Articles