MySQL Chapter 11 Language Structure

59 阅读1分钟

Chapter 11 Language Structure

Table of Contents

This chapter discusses(讨论) the rules for writing the following elements of SQL statements when using MySQL:

  • Literal(字面量) values such as strings and numbers
  • Identifiers such as database, table, and column names
  • Keywords(关键字) and reserved words(保留字)
  • User-defined and system variables(用户定义和系统变量)
  • Expressions
  • Query attributes
  • Comments