RE: SQL Problem

2001-05-28 Thread Lefebvre, Cedric
ode1 > AND t.teamCode <> g.teamCode2 > AND g.gameTurn = r.code; > > ...and even the table "Turn" may not be necessary, depending > on the values > in your tables and what you want to do with it. > > > - Original Message - > From: "Lefebvre, Cedr

SQL Problem

2001-05-27 Thread Lefebvre, Cedric
I have a problem adapting a multiple select to MySQL. Can someone help me ? Here is my request (Oracle format) SELECT Tactic.teamCode FROM Tactic WHERE Tactic.teamCode NOT IN (SELECT Game.teamCode1 FROM Game, Turn WHERE Game.gameTurn = Turn.code) AND Tactic.teamCode NOT IN (SELECT Game.teamCode2