Mysql left join with limit returning join record for one row
How do i join a table using limit? I have the below query but it doesn't work as expected. Am using left join to select only one row from table, but it only select one record as expected for the…