helo al,
I have two tables
Employee
Rating
I am trying to display all the fields from Employee table where Employee.TokenID= Rating.TokenID
but I only want to display the fields from the Employee Table and not from the rating table.
And each record displayed should be distinct by the TokenID
Please do help
Thank you
I have two tables
Employee
- TokenID (PK)
- name
- location
- post
- ..
- ..etc
Rating
- TokenID (PFK)
- FinalScore
I am trying to display all the fields from Employee table where Employee.TokenID= Rating.TokenID
but I only want to display the fields from the Employee Table and not from the rating table.
And each record displayed should be distinct by the TokenID
Please do help
Thank you