mySQL question
mySQL question
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- morphinelips0
Thx for the reply enobrev, I changed my code around to fit my tables and came up with:
select playermaster.playerID FROM roster LEFT JOIN playermaster ON playermaster.playerID = roster.playerID WHERE playermaster.playerID = '' AND leagueID = 13
I have tried it and some variations and i seem to always come up with a null result.