View system help mysql> help contents; You asked for help about help category: "Contents" For more information, type 'help <item>', where <item> is one of the following categories: Account Management Administration Compound Statements Data Definition Data Manipulation Data Types Functions Functions and Modifiers for Use with GROUP BY Geographic Features Help Metadata Language Structure Plugins Procedures Storage Engines Table Maintenance Transactions User-Defined Functions Utility Table of contents for help documentation View data types mysql> help data types; You asked for help about help category: "Data Types" For more information, type 'help <item>', where <item> is one of the following topics: AUTO_INCREMENT BIGINT BINARY BIT BLOB BLOB DATA TYPE BOOLEAN CHAR CHAR BYTE DATE DATETIME DEC DECIMAL DOUBLE DOUBLE PRECISION ENUM FLOAT INT INTEGER LONGBLOB LONGTEXT MEDIUMBLOB MEDIUMINT MEDIUMTEXT SET DATA TYPE SMALLINT TEXT TIME TIMESTAMP TINYBLOB TINYINT TINYTEXT VARBINARY VARCHAR YEAR DATA TYPE View Integers mysql> help int; Name: 'INT' Description: INT[(M)] [UNSIGNED] [ZEROFILL] A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295. URL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html mysql> help tinyint; Name: 'TINYINT' Description: TINYINT[(M)] [UNSIGNED] [ZEROFILL] A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255. URL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html You may also be interested in:
|
<<: How to install Nginx and configure multiple domain names
>>: JavaScript clicks the button to generate a 4-digit random verification code
Building web pages that comply with Web standards ...
In the previous article, after configuring the we...
New features in MySQL 8.0 include: Full out-of-th...
This article shares the specific code of canvas t...
MySql Index Index advantages 1. You can ensure th...
This article records the installation graphic tut...
The core is mysqldump and Runtime The operation i...
Table of contents 1. Offline installation 2. Onli...
Vue implements the palace grid rotation lottery (...
Key Points The CSS resize property allows you to ...
1. Implementation principle of Nginx load balanci...
Don’t introduce a front-end UI framework unless i...
Three useful codes to help visitors remember your...
When developing a website, you often need to use ...
Slow log query function The main function of slow...