Ispirer Website
Ispirer Capabilities - Microsoft SQL Server Migration
Free Trial
SQL Server Data Types - SMALLINT
Versions: SQL Server 2008, 2005, 2000, 7.0 and 6.5
SQL Server - SMALLINT | |
---|---|
Syntax | SMALLINT |
Data | 16-bit integer data |
Range | -32768 to 32767 |
Storage Size | 2 bytes |
Standards | ANSI SQL |
SQL Server SMALLINT - Equivalents in Other Databases
Database | Data Type and Conversion |
---|---|
Oracle | NUMBER(5,0), -105-1 to 105-1 |
MySQL | SMALLINT, Signed: -32768 to 32767, Unsigned: 0 to 65535 |
PostgreSQL | SMALLINT, -32768 to 32767 |
Sybase ASE | SMALLINT, Signed: -32768 to 32767, Unsigned: 0 to 65535 |
Informix | SMALLINT, -32768 to 32767 |
HP Neoview | SMALLINT, Signed: -32768 to 32767, Unsigned: 0 to 65535 |
Ingres | SMALLINT, -32768 to 32767 |
Related Data Types in SQL Server
Data Types | |||
---|---|---|---|
Integers | BIGINT | INT | TINYINT |
Fixed-point | DECIMAL(p,s) | NUMERIC(p,s) | |
Floating-point | FLOAT(p) | REAL | DOUBLE PRECISION |
All Data Types