sql – 选择名为“index”的列的表
发布时间:2021-03-17 17:04:07 所属栏目:MsSql教程 来源:网络整理
导读:我有一个名为“index”的列名表 select id,indexfrom item; 给出错误: Msg 1018,Level 15,State 1,Line 1 Incorrect syntax near ‘index’. If this is intended as a part of a table hint,A WITH keyword and parenthesis are now required. See SQL Serv
|
我有一个名为“index”的列名表 select id,index from item; 给出错误:
如何对名为index的列进行选择?我正在使用sqlserver 2008-R2 解决方法使用方括号引用 reserved words:select id,[index] from item 另见Delimited Identifiers的文档. (编辑:百科站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- sql – 从to_char()输出中删除空白填充
- sql-server – 为什么我需要两个SQL Server Service Broker
- sql-server – 强制实施数据库完整性
- sqlserver中获取月份的天数的方法分析
- sql-server – SQL Server需要分区数据,但只有标准版
- SQL中NULL是何意思?如何使用?
- sql – 如何查询存储在数组中的Rails ActiveRecord数据
- 如果在T-SQL中记录为NULL,如何替换字符串
- sql-server – 在OVER的窗口函数中使用DISTINCT
- tsql – Great Circle Distance公式:T-SQL
站长推荐
热点阅读

