Approximate numeric data type

The syntax for the approximate numeric data type in BNF is as follows:

Syntax

approx_numeric_data_type ::=
  { REAL | DOUBLE PRECISION | FLOAT [ ( precision ) ] }

For more information, see Approximate numeric data types.