Hi I have two tables Project, Rating
People are supposed to rate the projects from Project Table.
Both have Project_ID as a common field.
I need to query and output the records in a list where there NO Rating at all.
What kind of mySQL query will work?
Please help.