Hello,
I would like to know if we can use a mask for the type NUMBER in an external table.
I load an file with amount that are sign, and I want to be sure that they are always signed.
example +5555 -> in the DB : 5555
-123 -> -123 in the DB
However 234 should be rejected (no sign). How can I do that without having a specific field for the sign ?
I would like to know if we can use a mask for the type NUMBER in an external table.
I load an file with amount that are sign, and I want to be sure that they are always signed.
example +5555 -> in the DB : 5555
-123 -> -123 in the DB
However 234 should be rejected (no sign). How can I do that without having a specific field for the sign ?