文件名称:T-SQL代码规范
- 所属分类:
- SQL Server数据库
- 资源属性:
- 上传时间:
- 2017-09-25
- 文件大小:
- 371kb
- 下载次数:
- 0次
- 提 供 者:
- 哦嚯嘢***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个嵌套代码块中的语句使用四个空格的缩进。(上述代码中的多行 SELECT 语句是一个 SQL 语句。)在同一语句中开始新行时,使 SQL 关键字右对齐。将代码编辑器配置为使用空格,而不是使用制表符[每个制表符对应为4个空格,请在SQL编辑器中进行设置。]。这样,不管使用何种程序查看代码,格式都是一致的。(A statement in a nested block of code that uses four spaces for indentation. The multiline SELECT statement in the above code is a SQL statement When you start a new row in the same statement, make the SQL keyword right justified. Configure the code editor to use spaces instead of tabs. [each tab corresponds to 4 spaces. Set it in the SQL editor. ]. Thus, the format is consistent regardless of which program is used to view the code.)
相关搜索: t-sql
(系统自动生成,下载前可以参看下载内容)
下载文件列表
T-SQL代码规范.docx