SQL Server基础(六)VS2015 查询数据库发生了致命错误:Incorrect syntax near the keyword 'Order'.

参考http://www.shareblogs.top/wp-admin/post.php?post=493&action=edit

一、表的名字,不能用系统关键字Order

SQL Server基础(六)VS2015 查询数据库发生了致命错误:Incorrect syntax near the keyword 'Order'._第1张图片

——>Order是数据库关键字,不能用来作为表明,把Order该为Orders即可。 

二、关于查询语句

——>数据库关键字是绿色的。

——>可以单部执行,来分析查询语句

SQL Server基础(六)VS2015 查询数据库发生了致命错误:Incorrect syntax near the keyword 'Order'._第2张图片

SQL Server基础(六)VS2015 查询数据库发生了致命错误:Incorrect syntax near the keyword 'Order'._第3张图片

——>提供快捷方法,绑定关系查询语句与数据库

SQL Server基础(六)VS2015 查询数据库发生了致命错误:Incorrect syntax near the keyword 'Order'._第4张图片

SQL Server基础(六)VS2015 查询数据库发生了致命错误:Incorrect syntax near the keyword 'Order'._第5张图片

你可能感兴趣的:(~~~~~~~~【SQL,Server基础】)