SELECT*FROM t2LEFT JOIN t1ON t2.Host_id = t1.idLEFT JOIN t1ON t2.Guest_id = t1.id我刚学mysql 用的这种方法 会报错 not unique table各位大神 有什么解决方法吗
https://zhidao.baidu.com/question/1696854177924169348.html