All pastes #2073857 Raw Edit

Untitled

public text v1 · immutable
#2073857 ·published 2011-06-02 20:52 UTC
rendered paste body
SELECT p.* FROM wp_posts AS p  INNER JOIN wp_term_relationships AS tr ON p.ID = tr.object_id INNER JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id AND tt.taxonomy = 'category' AND tt.term_id IN (1) WHERE p.post_date > '2011-04-30 23:17:40' AND p.post_type = 'post' AND p.post_status = 'publish'  AND tt.taxonomy = 'category' AND tt.term_id NOT IN (35) ORDER BY p.post_date ASC LIMIT 1