After further investigation my question now is: How do I upload a value gt 999,999,999.9 to Teradata where the field is decimal(32,9)? I either get the ERROR: On an insert, update, or index operation, the value applied to a Teradata 8 byte decimal was out of range - greater than 9.223372036854775808E18. or ERROR: Teradata insert: Numeric overflow occurred during computation.
... View more