Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Talking about data types and Operation data Table in MYSQL

2025-04-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

What the editor wants to share with you this time is to talk about the data types and operation datasheets in MYSQL. The article is rich in content, and interested friends can learn about it. I hope you can get something after reading this article.

Data type and operation data sheet

1.1 Integer of MySQL type

1.2 floating point type of MySQL data type

1.3 date and time type

DATE 1 support time: January 1, 1000 to December 31, 9999

DATETIME 3 support time: 00: 00 seconds on January 1, 1000 to 23:59:59 on December 31, 9999

TIMESTAMP 3 support time: January 1, 1970 to December 31, 2037

TIME 8 support time:-838595908385959

YEAR 4 support time: 1970-2069

1.4 character type

CHAR: fixed length. If insufficient, fill in the blanks.

VARCHAR: variable length (variable: variable)

The extra bytes in Loby1 or Law2 are used to hold the length of the data value. When dealing with variable-length data, MySQL saves both the content and the length of the data.

1 refers to the maximum storage range of L, and 1 byte is 8 1s.

The highest bit for signed numbers is symbolic bits, but the character type is unsigned, so 2 ^ 7 + 2 ^ 6 + 2 ^ 5 + 2 ^ 4 + 2 ^ 3 + 2 ^ 2 + 2 ^ 1 + 1 "255, that is, the first L

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report