Subject | Re: [firebird-support] 2 inner joins on the same table |
---|---|
Author | Dan Wilson |
Post date | 2005-03-09T17:45:41Z |
On 3/9/2005 at 5:37 PM Ricardo wrote:
Dan.
> I have a table which has two fields that are foreign keys of the sameCan you show us an example of what you are trying to do?
> table. I need to make an inner join with the referenced table but
> when I run the query, the result contains the same data for both
> fields.
>
> I used to solve this problem in other databases by just renaming the
> referenced table on the inner join clause. It seems this doesn't work
> on Firebird. How can I do that?
>
Dan.