Defining Numeric Data Types

From InterBase
Jump to: navigation, search

Go Up to Specifying Data Types


The numeric data types that InterBase supports include integer numbers of various sizes (INTEGER and SMALLINT), floating-point numbers with variable precision (FLOAT, DOUBLE PRECISION), and formatted, fixed-decimal numbers (DECIMAL and NUMERIC).

Topics