MySql 中文参考指南

Chapter 11 Language Structure

目录

本章讨论了在使用 MySQL 时编写 SQL 语句的以下元素的规则:

  1. 字符串和数字等字面值

  2. 诸如数据库、表和列名之类的标识符

  3. Keywords and reserved words

  4. User-defined and system variables

  5. Expressions

  6. Query attributes

  7. Comments