Re: join On Thu, 31 Jan 2008 16:25:41 +0100, <anarchix85@gmail.com> wrote:
> sorry for the "stupid" question.
> if I have these tables:
>
> A B
> 2 1
> 1 2
> 7 5
> 2 7
>
>
> A JOIN B is:
>
> 2 2
> 7 7
>
> or not??
Depends on how you join....
The way you pose it, I'd say it's rather:
2 2
1 1
7 7
2 2
--
Rik Wasmus |