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值

This section describes how to write literal values in MySQL. 本节介绍如何在MySQL中编写文本值。These include strings, numbers, hexadecimal and bit values, boolean values, and NULL. 其中包括字符串、数字、十六进制和位值、布尔值和NULLThe section also covers various nuances that you may encounter when dealing with these basic types in MySQL.本节还介绍了在MySQL中处理这些基本类型时可能遇到的各种细微差别。

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 Values