Re: Three(or Four)-Way Joins
Well the join I was performing looks something akin to the following
SELECT id, companyid, date, income6, geo1, geo2 FROM
(SELECT id, companyid, date, income6 FROM subsample, data1 WHERE subsample.companyid = data1.companyid ) as A
JOIN data2
ON A.id=data2.id
Subject
Views
Written By
Posted
3762
August 11, 2009 07:10PM
2119
August 12, 2009 08:35PM
Re: Three(or Four)-Way Joins
1863
August 12, 2009 09:31PM
1966
August 13, 2009 12:16AM
1946
August 13, 2009 12:26PM
2642
August 13, 2009 10:34PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.