[+/-]
Os tipos strings são CHAR
,
VARCHAR
, BLOB
,
TEXT
, ENUM
, e
SET
. Esta seção descreve como este tipos
funcionam, suas exigências de armazenamento e como usá-los em
suas consultas.
Tipo | Tam.maxímo | Bytes |
TINYTEXT ou TINYBLOB
|
2^8-1 | 255 |
TEXT ou BLOB
|
2^16-1 (64K-1) | 65535 |
MEDIUMTEXT ou MEDIUMBLOB
|
2^24-1 (16M-1) | 16777215 |
LONGBLOB |
2^32-1 (4G-1) | 4294967295 |
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.