gar
public php v1 · immutableselect m.id, m.members_display_name, pp.pp_thumb_photo, pp.pp_rating_real from ibf_members m left join ipf_profile_portal pp on (pp.pp_member_id = m.id) order by pp.pp_rating_real desc limit 10and is returning me thisTable 'TIGGIE.ipf_profile_portal' doesn't existwhat i want to do is select the 10 members base on they rating on field pp_rating_real from ipf_profile portaldo add the result into a tableany idea.