如图所示的问题 求各位大神解答

图片说明
SELECT*
FROM t2
LEFT JOIN t1
ON t2.Host_id = t1.id
LEFT JOIN t1
ON t2.Guest_id = t1.id
我刚学mysql 用的这种方法 会报错 not unique table
各位大神 有什么解决方法吗

https://zhidao.baidu.com/question/1696854177924169348.html