Chapter 9第9章 Language Structure语言结构

Table of Contents目录

9.1 Literal Values文字值
9.1.1 String Literals字符串文字
9.1.2 Numeric Literals数字文字
9.1.3 Date and Time Literals日期和时间文字
9.1.4 Hexadecimal Literals十六进制文字
9.1.5 Bit-Value Literals位值文字
9.1.6 Boolean Literals布尔型常量
9.1.7 NULL ValuesNULL值
9.2 Schema Object Names架构对象名称
9.2.1 Identifier Length Limits标识符长度限制
9.2.2 Identifier Qualifiers标识符限定符
9.2.3 Identifier Case Sensitivity标识符区分大小写
9.2.4 Mapping of Identifiers to File Names标识符到文件名的映射
9.2.5 Function Name Parsing and Resolution函数名解析与解析
9.3 Keywords and Reserved Words关键字和保留字
9.4 User-Defined Variables用户定义变量
9.5 Expressions表达
9.6 Query Attributes查询属性
9.7 Comments评论

This chapter discusses the rules for writing the following elements of SQL statements when using MySQL:本章讨论在使用MySQL时编写SQL语句的以下元素的规则:

9.1 Literal Values
9.2 Schema Object Names
9.3 Keywords and Reserved Words
9.4 User-Defined Variables
9.5 Expressions
9.6 Query Attributes
9.7 Comments