13 SELECT wp_posts.* FROM wp_posts WHERE wp_posts.ID = 13 AND wp_posts.post_type = 'page' AND wp_posts.post_status = 'publish' OR wp_posts.post_status = 'draft' ORDER BY wp_posts.post_date DESC