slyfox
02-26-2004, 07:53 PM
Hi Friends
I am joining two tables but the problem is that in both tables some of the fields has the same name, how do I get past this?? Maybe create variables in mySQL (if that can be done) for the second set of fields "with duplicate names" (almost like temporary field names)...
Here is my query joining two tables:select t1.abc,t1.xyz,t2.abc,t2.xyz from t1,t2 where code=1 and t2.id=t1.id
Thanks for your help... well, any help!:)
I am joining two tables but the problem is that in both tables some of the fields has the same name, how do I get past this?? Maybe create variables in mySQL (if that can be done) for the second set of fields "with duplicate names" (almost like temporary field names)...
Here is my query joining two tables:select t1.abc,t1.xyz,t2.abc,t2.xyz from t1,t2 where code=1 and t2.id=t1.id
Thanks for your help... well, any help!:)