lobibr.blogg.se

Mysql data types
Mysql data types






mysql data types

It allows you to enter a list of possible values. LONGBLOB for BLOBs (Binary Large OBjects). LONGTEXT store a maximum length of string 4,294,967,295 characters. MEDIUMBLOB for BLOBs (Binary Large OBjects). MEDIUMTEXT store a maximum length of 16,777,215 characters in a string. TEXT storage of a maximum length of 65,535 characters in a string.īLOB for BLOBS (Binary Large OBjects).

mysql data types

TINYTEXT store a maximum length of 255 characters in a string. Note: If the length is greater than 255 it will be converted to a TEXT type. Specify the maximum length of the string in parentheses. Save a variable length string (can contain letters, numbers, and special characters). Specifies the length of the string in parentheses. In MySQL, there are three main types: text, numeric, and date / time types.ĬHAR (length) to save the fixed-length string (can contain letters, numbers, and special characters). Linux serial debugging tools xgcom install ( Linux) Oracle 11g user rights management study notes ( Database) Linux environment MySQL master-slave synchronization ( Database) Repair after installing Ubuntu no boot device error ( Linux)

mysql data types

Zabbix using Omsa monitor hardware information of Dell server ( Server)

#Mysql data types how to

How to merge two pictures in Cacti ( Linux) Linux server remote user to obtain root privileges prevention ( Linux) Java reflection technology explain ( Programming) Eclipse remove all comments and code spaces ( Linux) Linux operating system security settings initial understanding ( Linux) Oracle 11.2.0.3 and MySQL5.6 DDL comparison ( Database) Sort sql MySQL 5.6 upgrade slow Cause Analysis ( Database) Java generate two-dimensional code by Zxing ( Programming) Radius server setup under CentOS ( Server) Forbid screen change the window size when creating a new window under CentOS ( Linux) Linux kernel update error, update-initramfs: failed Solution ( Linux) Use Bash script write CVS version control ( Server) Perl said method B if A judge ( Programming) Java precision four operations ( Programming)








Mysql data types