I have a file that I'm trying to load into Teradata. The field is defined as a char(7) in the .layout and I need to load it into a decimal(7,2) field in Teradata. I thought a definition of (7,2) means 5 digits before and two digits after the decimal. My data isn't appearing correctly in the table after the load.
example:
the field in the file is 0001567.
in the table it looks like 1567.00 rather than 15.67
Can someone please help?
example:
the field in the file is 0001567.
in the table it looks like 1567.00 rather than 15.67
Can someone please help?