MySQL returning not returning all the records – Phpmyadmin
I have two tables listed below:- football - It has 2267 unique records. football_assets - It has 2716 unique records. Now I'm running following mysql query in phpmyadmin :- select * from football_assets where pair in (SELECT DISTINCT pair FROM…