Mysql learning notes help document, mysql learning notes

Source: Internet
Author: User

Mysql learning notes help document, mysql learning notes

View System Help

help contents

mysql> help contents;You asked for help about help category: "Contents"For more information, type 'help <item>', where <item> is one of the followingcategories:  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

Help document directory list

View data types

help 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 followingtopics:  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.htmlmysql> help tinyint;Name: 'TINYINT'Description:TINYINT[(M)] [UNSIGNED] [ZEROFILL]A very small integer. The signed range is -128 to 127. The unsignedrange is 0 to 255.URL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html

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.