For the following examples of numeric data behavior, assume the following table definitions for the CASE examples:
CREATE TABLE dec22 (column_l INTEGER ,column_2 INTEGER ,column_3 DECIMAL(22,2) );
For the following examples of numeric data behavior, assume the following table definitions for the CASE examples:
CREATE TABLE dec22 (column_l INTEGER ,column_2 INTEGER ,column_3 DECIMAL(22,2) );