I have a table in Teradata A, column abc integer.
I wan't to load the teradata data into a oracle table B, column abc number.
Datatype width is not specified in teradata, so what width can i give for the number column.
While unloading the data from Teradata into a file if i give a query as
Select abc (format '9(10)') from A.
How should i write the query for formatting the column.
I wan't to load the teradata data into a oracle table B, column abc number.
Datatype width is not specified in teradata, so what width can i give for the number column.
While unloading the data from Teradata into a file if i give a query as
Select abc (format '9(10)') from A.
How should i write the query for formatting the column.