User Documentation
Ispirer Capabilities - Microsoft SQL Server Migration
Pricing
SQL Server Data Types - MONEY
Versions: SQL Server 2008, 2005, 2000, 7.0 and 6.5
SQL Server - MONEY | |
---|---|
Syntax | MONEY |
Data | Monetary data |
Range | -922,337,203,685,477.5808 to 922,337,203,685,477.5807 |
Storage Size | 8 bytes |
Standards | SQL Server Extension |
SQL Server MONEY - Equivalents in Other Databases
Database | Data Type and Conversion |
---|---|
Oracle | NUMBER(p,s), 1 ⇐ p ⇐ 38, -84 ⇐ s ⇐ 127 |
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 |
Sybase ASE | MONEY, -922,337,203,685,477.5808 to 922,337,203,685,477.5807 |
Informix | MONEY(p,s), 1 ⇐ p ⇐ 32, 0 ⇐ s ⇐ p |
Related Data Types in SQL Server
Data Types | ||
---|---|---|
Monetary data | SMALLMONEY | |
Decimal data | DECIMAL(p,s) | NUMERIC(p,s) |
All Data Types