hello,
I have a noob question
I have a table called Alpha
aplha_id team1 team2
and a table called Team
teamid teamname
I cannot get the correct query in order to retrieve all the data from table
Alpha where team1 to exist in table Team and team2 to exist in table Team OR TO be 0
(I used the keyword in plus a subquery but it is very slow)
can u help?
Thanx in advance!!
I have a noob question
I have a table called Alpha
aplha_id team1 team2
and a table called Team
teamid teamname
I cannot get the correct query in order to retrieve all the data from table
Alpha where team1 to exist in table Team and team2 to exist in table Team OR TO be 0
(I used the keyword in plus a subquery but it is very slow)
can u help?
Thanx in advance!!