Not unique table/alias

后端 未结 2 1245
暖寄归人
暖寄归人 2020-12-05 23:04

I get the error ERROR 1066 (42000): Not unique table/alias:

I cant figure out whats wrong with it.

SELECT Project_Assigned.ProjectID, P         


        
2条回答
  •  死守一世寂寞
    2020-12-05 23:19

     select persons.personsid,name,info.id,address
        -> from persons
        -> inner join persons on info.infoid = info.info.id;
    

提交回复
热议问题