MySQL - 列类型

来源:互联网 发布:亚马逊进口直采 知乎 编辑:程序博客网 时间:2024/05/17 21:41

MySQL - 列类型

[MySQL AB :: MySQL 5.1参考手册 :: 11. 列类型:]

http://dev.mysql.com/doc/refman/5.1/zh/column-types.html

[MySQL网站]

http://www.mysql.com/

[MySQL相关论坛]

http://database.board.newsmth.net/, 不针对MySQL

[MySQL语法]

CREATE TABLE, http://dev.mysql.com/doc/refman/5.1/zh/sql-syntax.html#create-table

SHOW TABLE STATUS, http://dev.mysql.com/doc/refman/5.1/zh/sql-syntax.html#show-table-status

日期和时间类型概述文档, http://dev.mysql.com/doc/refman/5.1/zh/column-types.html#date-and-time-type-overview

JOIN语法文档, http://dev.mysql.com/doc/refman/5.1/zh/sql-syntax.html#join

DATEDIFF(expr1,expr2)语法文档, http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_datediff

MySQL如何优化LEFT JOIN和RIGHT JOIN文档, http://dev.mysql.com/doc/refman/5.1/zh/optimization.html#left-join-optimization

外键, http://dev.mysql.com/doc/refman/5.1/zh/introduction.html#ansi-diff-foreign-keys

使用AUTO_INCREMENT, http://dev.mysql.com/doc/refman/5.1/zh/tutorial.html#example-auto-increment

列类型, http://dev.mysql.com/doc/refman/5.1/zh/column-types.html

原创粉丝点击