Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以解释这个错误是什么吗?
FROM 子句中的对象“TableName”和“TableName”具有相同的公开名称。使用相关名称来区分它们。
先感谢您。
如果您要与同一个表 (TableName) 进行连接,则需要为 SQL 设置不同的别名,以了解他应该从每个表中获取哪一列。