MySQL :: MySQL 8.4 Reference Manual :: 11 Language Structure (original) (raw)
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