I get the error ERROR 1066 (42000): Not unique table/alias:
ERROR 1066 (42000): Not unique table/alias:
I cant figure out whats wrong with it.
SELECT Project_Assigned.ProjectID, P
select persons.personsid,name,info.id,address -> from persons -> inner join persons on info.infoid = info.info.id;