为了账号安全,请及时绑定邮箱和手机立即绑定

mysql学习笔记之帮助文档

标签:
MySQL

查看系统帮助

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 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

查看整数

?


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


点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消