List:General Discussion« Previous MessageNext Message »
From:Bryan Coon Date:March 20 2001 7:30pm
Subject:Small select question...
View as plain text  
Hopefully this is not too lame a question...

In oracle, I can do this:

select a, b, c from A, B, C where a = A.a (+) and b = B.b (+) and c = C.c;

What is the equivalent in MySQL?  The (+) allows that 'where' statement to
be kind of optional (I think). Basically I want to do a select on multiple
tables and if one of the 'where' statements doesn't match anything, the
query still returns values for other statements that did (e.g. if a = A.a is
not true, but b = B.b is, I want to return B.b).

Thanks!
Thread
Small select question...Bryan Coon20 Mar
  • Re: Small select question...Jason Landry20 Mar
RE: Small select question...Bryan Coon20 Mar
  • Re: Small select question...Geoff Coffey20 Mar