Re: [PHP] mySQL / PHP Join Question

2001-09-09 Thread David Robley
On Sun, 9 Sep 2001 13:34, Dana Holt wrote: > I have a query that uses a LEFT JOIN, but the two tables have some > columns with the same name. How can I tell the columns from each table > apart? It seems that the "joined" table overwrites the values from the > other table. > > Anyone know? > > Tha

RE: [PHP] mySQL / PHP Join Question

2001-09-08 Thread Don Read
On 09-Sep-2001 Dana Holt wrote: > > I have a query that uses a LEFT JOIN, but the two tables have some columns > with the same name. How can I tell the columns from each table apart? It > seems that the "joined" table overwrites the values from the other table. > If the column is part of the j