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 "NHO 06   Avaliacao da exposicao ao calor%" or wp_posts.ID = 0)