mySQL question
mySQL question
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- enobrev0
it should be something similar to
select t2.playerID FROM t2.players LEFT JOIN t1.players ON t2.player_id = t1.player_id WHERE t1.player_id = ''
something like that.. (off top) if some variation of that doesn't work, let me know and il check my notes...