Can any one help me pleeas? probably basic for you but I testing the inner join query and get syntax error with inner. Can any one help? correspondence in main table with primary and foreign key
select *
From correspondence, contact, corressubject
Inner Join corressubject on correspondence.contactid = corressubject.corresid
Inner Join contact on correspondence.ccorresid = contact.contactid
Also tried
select *
From correspondence, contact, corressubject
Inner Join correspondence.contactid on corressubject.corresid
Inner Join correspondence.corresid on contact.contactid
select *
From correspondence, contact, corressubject
Inner Join corressubject on correspondence.contactid = corressubject.corresid
Inner Join contact on correspondence.ccorresid = contact.contactid
Also tried
select *
From correspondence, contact, corressubject
Inner Join correspondence.contactid on corressubject.corresid
Inner Join correspondence.corresid on contact.contactid