Re: Unable to perform Inner Join

2003-07-17 Thread Krasimir_Slaveykov
Hello Henry, Wednesday, July 16, 2003, 5:35:49 PM, you wrote: I've noticed 2 errors. First: You describe table with name: PUBLISHER but useing in SQL table PUBISHER - missing a letter "L" Second: As I'm understanding you want to make join table PUBLISHER with table TITLES. But see what you wrote

Re: Unable to perform Inner Join

2003-07-16 Thread Nils Valentin
Hi Henry, You created an alias for a table columnname. But either you either you created the alias twice with the same name or you are refering to two columns (one in each table with the same name). Best regards Nils Valentin Tokyo/Japan 2003年 7月 16日 水曜日 23:35、Henry さんは書きました: > I have 2 table