I have 10 tables of player statistics and I would like to JOIN them all so I can display a statistic leaders table in my web application. I am new to this and I know a JOIN would work for two tables but is there a way of joining 10 tables?
Thanks
I have 10 tables of player statistics and I would like to JOIN them all so I can display a statistic leaders table in my web application. I am new to this and I know a JOIN would work for two tables but is there a way of joining 10 tables?
Thanks
Is it possible? Yes... But its a very expensive query to call and you should try to limit the amount of joins