有什么区别
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