Type of string in MySQL

Source: Internet
Author: User

Transferred from: http://computer.uoh.edu.cn/mysql/1677.html

String support types in MySQL are: CHAR, VARCHAR, Tinytext, TEXT, Mediumtext, Longtext, BINARY, VARBINARY, Tinyblog, Mediumblog, BLOG, Longblog, ENUM, set type.

The corresponding lengths of these types (range ranges) are as follows:

Char and Varchar--char length are 0~255 characters, when actually saved, the insufficient part fills 0 to save. The varchar length is 0~65535 characters, and only the length of the input is saved when actually saved.

Binary and varbinary--are the same as char and varchar, but the units are bytes and not characters.

Tinyblob, BLOBs, Mediumblob, and longblob--store binary large objects, which differ only in length, and correspond to the maximum 2^8, 2^16, 2^24, and 2^32 bytes respectively.

Tinytext, TEXT, Mediumtext, and longtext--store string large objects, the difference between them is only the length of the difference, respectively, corresponding to the maximum 2^8, 2^16, 2^24, 2^32 bytes.

enum--enumeration object, up to 65,535.

set--a String object, up to 64.

Type of string in MySQL

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.