加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MsSql教程 > 正文

sql – 查询中的表名是否区分大小写?

发布时间:2020-12-12 08:56:49 所属栏目:MsSql教程 来源:网络整理
导读:我已阅读以下 article.他们引用了, SQL Server is a case-sensitive back-end application. This means that a table named “addr” is distinguished from a table named “ADDR.” However,because Microsoft Query is an MS-DOS-based application,it is
我已阅读以下 article.他们引用了,

SQL Server is a case-sensitive back-end application. This means that a
table named “addr” is distinguished from a table named “ADDR.”
However,because Microsoft Query is an MS-DOS-based application,it is
unable to distinguish cases; therefore,Microsoft Query views “addr”
and “ADDR” as the same file.

现在我想知道区分大小写的后端应用程序意味着什么?使用不区分大小写的查询是否安全?

提前致谢.

解决方法

具有默认排序规则的SQL Server将返回相同的结果,无论您使用哪种情况进行查询.

可以在各种级别设置整理

>服务器
>数据库
>专栏

欲了解更多信息,请访问here

请查看您引用的文章的“适用于”部分.知识库文章适用于Microsoft不再提供任何支持的产品.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读