I have following SQL query,
SELECT ID, post_title FROM wp_posts WHERE post_type = \'post\' AND post_status = \'publish\' OR post_status = \'draft\' AND ID NOT