NUMERIC data type

NUMERIC is a synonym for DECIMAL and behaves the same way.

See DECIMAL data type.

Syntax

NUMERIC [(precision [, scale ])]

Corresponding compile-time Java type

java.math.BigDecimal

JDBC metadata type (java.sql.Types)

NUMERIC

Examples

123.456
.001