Ambiguous column error
Hi,
I have the following in my asp page and getting the error below.
Code:
SELECT dbo.tblTest.Equipment
FROM dbo.tblScrap FULL OUTER JOIN dbo.tblTest
ON dbo.tblScrap.Equipment = dbo.tblTest.Equipment
where Equipment = '" & strEQNumber & "'
Code:
Error:
Ambiguous column name 'Equipment'.
when i run the select statement in the sql2000 analyzer i get the results i want but here when i add the WHERE having the error. im trying to check both table for the equiment.
Rebelle, November 5th, 2008 11:27 AM
Bookmarks