Alright, let's say I have 2 tables.
Table 1 has:
ServerName | ServerIP
Something1 | 192.168.0.1
Something2 | 192.168.0.2
Something3 | 192.168.0.3
Table 2 has:
PlayerName | PlayerIP
MyName1 | 192.168.0.1
MyName2 | 192.168.0.1
MyName3 | 192.168.0.2
How can I get all players(table2) that match the ServerIP in table1?