The string data types are 字符串数据类型有CHAR
, VARCHAR
, BINARY
, VARBINARY
, BLOB
, TEXT
, ENUM
, and SET
.CHAR
、VARCHAR
、BINARY
、VARBINARY
、BLOB
、TEXT
、ENUM
和SET
。
For information about storage requirements of the string data types, see Section 11.7, “Data Type Storage Requirements”.有关字符串数据类型的存储要求的信息,请参阅第11.7节“数据类型存储要求”。
For descriptions of functions that operate on string values, see Section 12.8, “String Functions and Operators”.有关对字符串值进行操作的函数的说明,请参阅第12.8节“字符串函数和运算符”。