Mryqu's Notes


  • 首页

  • 搜索
close

MySQL、Postgres、Oracle、SQL server、DB2、Teradata、Netezza数据类型比较

时间: 2013-06-24   |   分类: db+nosql     |   阅读: 111 字 ~1分钟
mysqlpostgresoraclemssqldb2teredatanetezza
bigint8bytes
-9223372036854775808~9223372036854775807
0~18446744073709551615
8bytes
-9223372036854775808~9223372036854775807
Not support8bytes
-9223372036854775808~9223372036854775807
8bytes (precision of 19digits)
-9223372036854775808~9223372036854775807
8bytes
-9223372036854775808~9223372036854775807
8bytes
-9223372036854775808~9223372036854775807
decimal(m,n)65digits
64: MySQL 5.0.3~5.0.5
8?: MySQL 5.0.3 before
no limit?
1000digits?
m:1 ~38
n:-84~127.
m:1 ~38
n:0~m
1~31digitsm:1~18m:1 ~38
n:0~m
numeric=decimalnumeric=decimalnumeric=decimalnumeric=decimalnumeric=decimal
integer4bytes
-2147483648~2147483647
0~4294967295
4bytes
-2147483648~2147483647
INTEGER=NUMBER(38)
int
4bytes
-2147483648~2147483647
4bytes (precision of 10digits)
-2147483648~2147483647
4bytes
-2147483648~2147483647
4bytes
-2147483648~2147483647
varchar(n)0~255characters : MySQLbefore
0~65,535characters : MySQL 5.0.3 and above
unlimited lengthvarchar2(n)
4000 bytes
800032672bytes64000 bytes64000 characters
char(n)0~255characters? unlimited length2000 bytes80001~25464000 bytes64000 characters
textTINYTEXT:255(2^8)bytes
TEXT:65535(2^16)bytes
MEDIUMTEXT:16777215 (2^24)bytes
LONGTEXT:4294967295 (2^32)bytes
unlimited lengthCLOB: (4 gigabytes - 1) * (database block size).2147483647(2^31-1)CLOB:2 gigabytesCLOB?Not support
datedatedatedate: oracle date also include time partdatetime: MSSQL only support datetime and smalldatetimedatedatedate
timestamptimestamp:4bytes, UTC format, related with time zone
datetime: 8 bytes, same format with input, no realtion with timezone
timestamp without time zonetimestampdatetime: MSSQL only support datetime and smalldatetimetimestamptimestamptimestamp

标题:MySQL、Postgres、Oracle、SQL server、DB2、Teradata、Netezza数据类型比较
作者:mryqu
声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!

#mysql# #postgres# #oracle# #sql server# #db2# #teradata# #netezza#
常用HTML转义字符
Shell参数扩展
  • 文章目录
  • 站点概览

Programmer & Architect

662 日志
27 分类
1472 标签
GitHub Twitter FB Page
© 2009 - 2023 Mryqu's Notes
Powered by - Hugo v0.120.4
Theme by - NexT
0%