ComÊxito - Cursos ISO 9001 Online

select SQL_CACHE wp_posts.post_title, wp_posts.post_name, wp_posts.ID, 
                    DATE_FORMAT(post_date, "%d/%m/%y %H:%i") as data2, post_content 
                    from wp_posts 
                    where post_status = "publish" 
                    and post_type = "post"
                    and (post_title like "ISO 14001 %E2%80%93 Sistema de gestao ambiental: A importancia dos objetivos e metas ambientais%" or wp_posts.ID = 0)