User Documentation
Ispirer Capabilities - Sybase Migration
Pricing
Sybase ASE Data Types - REAL
Versions: Sybase Adaptive Server Enterprise 15.x, 12.5.x, 12.0 and 11.x
| Sybase ASE - REAL | |
|---|---|
| Syntax | REAL |
| Data | Floating-point numeric data |
| Range | Machine dependent |
| Storage Size | 4 bytes |
| Standards | ANSI SQL |
Sybase ASE REAL - Equivalents in Other Databases
| Database | Data Type and Conversion |
|---|---|
| Oracle | FLOAT(24) |
| SQL Server | REAL |
| MySQL | REAL(p,s) |
| PostgreSQL | REAL |
| Informix | REAL, SMALLFLOAT |
| HP Neoview | REAL |
| Ingres | REAL |
Related Data Types in Sybase ASE
| Data Types | ||||
|---|---|---|---|---|
| Integers | BIGINT | INT | SMALLINT | TINYINT |
| Fixed-point | DECIMAL(p,s) | NUMERIC(p,s) | ||
| Floating-point | FLOAT(p) | DOUBLE PRECISION | ||
All Data Types