odbc call failed [microsoft] [sql server native client 11.0] [sql server] the multipart identifier coild not be bound
问题 I have two queries, which use tables linked using an ODBC database, both are simple enough and individually work fine. Query #1: SELECT People.First_name, People.Last_name, Awards.[Award Name], Recipients.Affiliation, Recipients.Recipient_Award_Comments, Recipients.Recipient_Date, People.PersonID FROM People INNER JOIN (Awards INNER JOIN Recipients ON Awards.AwardID = Recipients.AwardID) ON People.PersonID = Recipients.PersonID; Query #2: SELECT Awards.[Award Name], People.First_name, People