select p.id as pid,p.post_title,p.post_content,GROUP_CONCAT(cat.name ORDER BY cat.term_id SEPARATOR ',') as catname,cat.slug as catslug from wp_posts as p left join wp_term_relationships as r on p.id = r.object_id left join wp_term_taxonomy as t on r.term_taxonomy_id = t.term_taxonomy_id left join wp_terms as cat on t.term_id = cat.term_id where id in (select id from wp_posts) GROUP BY pid ORDER BY pid desc limit 0,10
I am a PHP programmer, i have strong knowledge of various technologies like Web 2.0, LAMP , SAAS, WAAS.