sql-server – INSERT OVER语句?

前端之家收集整理的这篇文章主要介绍了sql-server – INSERT OVER语句?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有什么区别
INSERT INTO table VALUES (values)

INSERT OVER table VALUES (values)

解决方法

Microsoft say的人:

Thanks for reporting this issue. We
keep recognizing the OVER keyword
along with the INTO keyword (with the
same meaning) in INSERT statements to
provide backward compatibility with
the prevIoUs versions of sql Server.
This should not present any problem
for application development.

Eugene Zabokritski,sql Engine

原文链接:https://www.f2er.com/mssql/81957.html

猜你在找的MsSQL相关文章