Hi,
I'm trying to combine more than three tables with a left outer join. There is only one table with a one relationship to four other tables that have a many relationship to the parent table. I found this syntax:
select * from
(bdg left outer join res on bdg.bid = res.bid)
left outer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.