Ispirer Website
Ispirer Capabilities - Microsoft SQL Server Migration
Free Trial
SQL Server Data Types - BIGINT
Versions: SQL Server 2008, 2005 and 2000
SQL Server - BIGINT | |
---|---|
Syntax | BIGINT |
Data | 64-bit integer data |
Range | -263 to 263-1 |
Storage Size | 8 bytes |
Version Differences | BIGINT is available since SQL Server 2000 |
Standards | ANSI SQL |
SQL Server BIGINT - Equivalents in Other Databases
Database | Data Type and Conversion |
---|---|
Oracle | NUMBER(19,0), -1019-1 to 1019-1 |
MySQL | BIGINT, Signed: -263 to 263-1, Unsigned: 0 to 264-1 |
PostgreSQL | BIGINT, -263 to 263-1 |
Sybase ASE | BIGINT, Signed: -263 to 263-1, Unsigned: 0 to 264-1 |
Informix | BIGINT, -263 to 263-1 |
HP Neoview | LARGEINT, -263 to 263-1 |
Ingres | BIGINT, -263 to 263-1 |
Related Data Types in SQL Server
Data Types | |||
---|---|---|---|
Integers | INT | SMALLINT | TINYINT |
Fixed-point | DECIMAL(p,s) | NUMERIC(p,s) | |
Floating-point | FLOAT(p) | REAL | DOUBLE PRECISION |
All Data Types