string-types.md 873 字节
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2
## 11.3 字符串数据类型

茶陵後's avatar
茶陵後 已提交
3

茶陵後's avatar
茶陵後 已提交
4
[11.3.1 字符串数据类型语法](string-type-syntax.html)
茶陵後's avatar
茶陵後 已提交
5

茶陵後's avatar
茶陵後 已提交
6
[11.3.2 CHAR 和 VARCHAR 类型](char.html)
茶陵後's avatar
茶陵後 已提交
7

茶陵後's avatar
茶陵後 已提交
8
[11.3.3 BINARY 和 VARBINARY 类型](binary-varbinary.html)
茶陵後's avatar
茶陵後 已提交
9

茶陵後's avatar
茶陵後 已提交
10
[11.3.4 BLOB 和 TEXT 类型](blob.html)
茶陵後's avatar
茶陵後 已提交
11

茶陵後's avatar
茶陵後 已提交
12
[11.3.5 ENUM 类型](enum.html)
茶陵後's avatar
茶陵後 已提交
13

茶陵後's avatar
茶陵後 已提交
14 15 16 17 18 19 20 21 22
[11.3.6 SET 类型](set.html)

[](<>)[](<>)[](<>)[](<>)[](<>)[](<>)[](<>)[](<>)

字符串数据类型是[`字符`](char.html), [`VARCHAR`](char.html), [`二进制`](binary-varbinary.html), [`变量`](binary-varbinary.html), [`斑点`](blob.html), [`文本`](blob.html), [`枚举`](enum.html), 和[`放`](set.html).

有关字符串数据类型的存储要求的信息,请参阅[第 11.7 节,“数据类型存储要求”](storage-requirements.html).

有关对字符串值进行操作的函数的描述,请参见[第 12.8 节,“字符串函数和运算符”](string-functions.html).