User Documentation
Ispirer Toolkit Overview
Pricing
HP Neoview Data Types - LARGEINT
Versions: HP Neoview 2.4, 2.3 and 2.2
SQL Server - LARGEINT | |
---|---|
Syntax | LARGEINT |
Data | 64-bit integer data |
Range | -263 to 263-1 |
Storage Size | 8 bytes |
Standards | Neoview SQL Extension |
HP Neoview LARGEINT - Equivalents in Other Databases
Database | Data Type and Conversion |
---|---|
Oracle | NUMBER(19,0), -1019-1 to 1019-1 |
SQL Server | BIGINT, -263 to 263-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 |
Ingres | BIGINT, -263 to 263-1 |
Related Data Types in HP Neoview
Data Types | |||
---|---|---|---|
Integers | INT | SMALLINT | |
Fixed-point | DECIMAL(p,s) | NUMERIC(p,s) | |
Floating-point | FLOAT(p) | REAL | DOUBLE PRECISION |
All Data Types