User Documentation
Ispirer Capabilities - Sybase Migration
Pricing
Sybase ASE Data Types - SMALLMONEY
Versions: Sybase Adaptive Server Enterprise 15.x, 12.5.x, 12.0 and 11.x
| Sybase ASE - SMALLMONEY | |
|---|---|
| Syntax | SMALLMONEY |
| Data | Monetary data |
| Range | -214,748.3648 to 214,748.3647 |
| Storage Size | 4 bytes |
| Standards | Sybase Transact-SQL Extension |
Sybase ASE SMALLMONEY - Equivalents in Other Databases
| Database | Data Type and Conversion |
|---|---|
| Oracle | NUMBER(p,s), 1 ⇐ p ⇐ 38, -84 ⇐ s ⇐ 127 |
| SQL Server | SMALLMONEY, -214,748.3648 to 214,748.3647 |
| MySQL | DECIMAL(p,s), NUMERIC(p,s), 1 ⇐ p ⇐ 65, 0 ⇐ s ⇐ 30 |
| PostgreSQL | MONEY, -92,233,720,368,547,758.08 to 92,233,720,368,547,758.07 |
| Informix | MONEY(p,s), 1 ⇐ p ⇐ 32, 0 ⇐ s ⇐ p |
Related Data Types in Sybase ASE
| Data Types | ||
|---|---|---|
| Monetary data | MONEY | |
| Decimal data | DECIMAL(p,s) | NUMERIC(p,s) |
All Data Types