SELECT p.ID, p.post_title, rd.recipe_data_ref_id, rd.photo_file_name, rd.photo_src, rd.skill_level FROM bbc20may18_posts p LEFT JOIN bbc20may18_term_relationships tr ON (p.ID = tr.object_id) LEFT JOIN bbc20may18_recipes_data rd ON (p.ID = rd.recipe_post_id) WHERE (rd.ingredients LIKE '%brown butter%' OR rd.ingredients LIKE '% easy rice%' OR rd.ingredients LIKE '% Pilaf%') AND p.post_type="bbc_recipes" AND (p.post_status="publish" OR p.post_status="private") AND p.ID 55384 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16
Source link