M
me
My query either returns 1.5 million records or it wont run due to the
following error.
"The SQL statement could not be executed due to an ambiguous join."
Here is the set up.
Employee Table
Date Table Contains the following data type Q4 2004, Q1 2005 etc.
Skill 1 table: ID, Date ID, EmployeeID, Attempts, Success
Skill 2 table: ID, Date ID, Employee ID, Attempts, Success
Skill 2 Table: ID, Date ID, Employee ID, Call Total, NX, Total, ALS Total.
Skill 4 Table: ID, Date ID, Employee ID, Miles Driven, Driving Score
The four skill tables have no common data other than dates and employees.
The Date ID links back to the date tbl and the Employee ID links back to the
Employee table. I was wondering what I am doing wrong here. I would like my
end result to be a single line of data for each employee for each date "qtr"
i.e
Employee 1, q2 2005 Skill 1 skill 2 skill 3 etc.
Employee 1, q1 2005 Skill 1, skill 2, skill3
following error.
"The SQL statement could not be executed due to an ambiguous join."
Here is the set up.
Employee Table
Date Table Contains the following data type Q4 2004, Q1 2005 etc.
Skill 1 table: ID, Date ID, EmployeeID, Attempts, Success
Skill 2 table: ID, Date ID, Employee ID, Attempts, Success
Skill 2 Table: ID, Date ID, Employee ID, Call Total, NX, Total, ALS Total.
Skill 4 Table: ID, Date ID, Employee ID, Miles Driven, Driving Score
The four skill tables have no common data other than dates and employees.
The Date ID links back to the date tbl and the Employee ID links back to the
Employee table. I was wondering what I am doing wrong here. I would like my
end result to be a single line of data for each employee for each date "qtr"
i.e
Employee 1, q2 2005 Skill 1 skill 2 skill 3 etc.
Employee 1, q1 2005 Skill 1, skill 2, skill3