You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Stefan Schlösser <ss...@intermediate.de> on 2004/06/21 16:33:02 UTC

How to do an outer join ?

Hi,

suppose I have a table K and a table A where A has a fk_k: a foreign key 
to K.

I would like to select entries from A and for each element additional 
data if available from K.

I use a reportQuery and set A as sourceclass and set outer join for path
"" , i.e. outer join for table A only. Unfortunately, this does not seem
to work, i.e. the result is empty. How do I set OuterJoin for the 
sourceClass only ?

Thanks for any help or pointer to docs ..

Cheers,
   Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org