MySQL :: MySQL 8.4 Reference Manual :: 13.3 String Data Types (original) (raw)
13.3.1 String Data Type Syntax
13.3.2 The CHAR and VARCHAR Types
13.3.3 The BINARY and VARBINARY Types
13.3.4 The BLOB and TEXT Types
The string data types are CHAR,VARCHAR,BINARY,VARBINARY,BLOB,TEXT,ENUM, andSET.
For information about storage requirements of the string data types, see Section 13.7, “Data Type Storage Requirements”.
For descriptions of functions that operate on string values, seeSection 14.8, “String Functions and Operators”.