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.
参考Stack Overflow上的这篇文章
为什么将关键字设为OUTER可选(在LEFT OUTER JOIN等) - 如果它是必填词,那么在 SQL Server 上编写的脚本会更符合标准?
OUTER
LEFT OUTER JOIN
它在 ANSI SQL 中是可选的,而不仅仅是在 T-SQL 中。 它是可选的,因为不使用OUTER.