to create table with number column (9 numbers)
is it number (position, scale) .. meaning
number (9,4)... maybe i have it all mixed up ... b/c when i load data in, it says the number is too long. what should i try?
Printable View
to create table with number column (9 numbers)
is it number (position, scale) .. meaning
number (9,4)... maybe i have it all mixed up ... b/c when i load data in, it says the number is too long. what should i try?
You can only load upto 9 digits include 4 decimals. For examples:
99999.9999 ok
999999.9999 not ok
999999 not ok
99999 ok