select wl_id,wl_desc, usm_email from wish_list_mst,user_mst where usm_email=wl_email and usm_id= and wl_status='a' order by wl_id desc limit 0,10select hl_id, hl_desc, usm_email from have_list_mst,user_mst where usm_email=hl_email and usm_id= and hl_status='a' order by hl_id desc limit 0,10