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.
我有一张桌子,里面有两个 FK 来自同一张桌子。我有以下查询:
我附上一张图片:请让我知道错误。
您必须将,char 放在第 8 行之后,如下所示
,
REFERENCES Teams(TeamID),
如果您在同一会话中创建了表 Teams 和 Fixtures,则必须刷新 Intellisense。如果您有 SQL 错误,请告诉我并发布您的错误。
PS 在两个约束行之间使用逗号