Steve Douville wrote:
I'm got a query that is joining a few tables.
select
par.*, pla.*, pro.*, reg.*
from parent par, players pla, registrations reg, programs pro
where blah blah blah
Now, a result set is the same but I'm having trouble parsing it because I
have column names that are i
From: "Steve Douville" <[EMAIL PROTECTED]>
> I'm got a query that is joining a few tables.
>
> select
> par.*, pla.*, pro.*, reg.*
> from parent par, players pla, registrations reg, programs pro
> where blah blah blah
>
> Now, a result set is the same but I'm having trouble parsing it
I'm got a query that is joining a few tables.
select
par.*, pla.*, pro.*, reg.*
from parent par, players pla, registrations reg, programs pro
where blah blah blah
Now, a result set is the same but I'm having trouble parsing it because I
have column names that are identical in two of t
3 matches
Mail list logo