NUMERIC
NUMERIC
NUMERIC is a synonym for DECIMAL and behaves the same way. See DECIMAL.
Syntax
NUMERIC [(precision [, scale ])]
Corresponding Compile-Time Java Type
java.math.BigDecimal
JDBC Metadata Type (java.sql.Types)
NUMERIC
Examples
123.456 .001
Previous Page
Next Page
Table of Contents
Index