Ispirer Website
Ispirer Capabilities - Ingress Migration
Free Trial
Ingres Data Types - TINYINT
Versions: Ingres 9.x and 10.0
Ingres - TINYINT | |
---|---|
Syntax | TINYINT |
Data | 8-bit integer data |
Range | -128 to 127 |
Storage Size | 1 byte |
Standards | ANSI SQL |
Ingres TINYINT - Equivalents in Other Databases
Database | Data Type and Conversion |
---|---|
Oracle | NUMBER(3,0), -103-1 to 103-1 |
SQL Server | TINYINT, 0 to 255 |
MySQL | TINYINT, Signed: -128 to 127, Unsigned: 0 to 255 |
PostgreSQL | SMALLINT, -32768 to 32767 |
Sybase ASE | TINYINT, 0 to 255 |
Informix | SMALLINT, -32768 to 32767 |
HP Neoview | SMALLINT, Signed: -32768 to 32767, Unsigned: 0 to 65535 |
Related Data Types in Ingres
Data Types | |||
---|---|---|---|
Integers | BIGINT | INTEGER | SMALLINT |
Fixed-point | DECIMAL(p,s) | NUMERIC(p,s) | |
Floating-point | FLOAT | REAL |
All Data Types