Re: [PHP] PHP not parsing joined tables well

2004-05-17 Thread Marek Kilimajer
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

Re: [PHP] PHP not parsing joined tables well

2004-05-17 Thread John W. Holmes
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

[PHP] PHP not parsing joined tables well

2004-05-17 Thread Steve Douville
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