Are the projects stored as columns in one table along with a column for employee names?
For example:
TABLE1
id,
firstName,
lastName,
project13,
project14,
project15,
project16
...
proejct18,
etc.
I could help you write the query if I knew a bit more about your table structure(s). Post again.