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

See .

Syntax NUMERIC [(precision [, scale ])]
Corresponding compile-time Java type

java.math.BigDecimal

JDBC metadata type (java.sql.Types)

NUMERIC

Examples 123.456 .001