|
|
Archives of the TeradataForum
Message Posted: Mon, 11 Feb 2008 @ 14:35:49 GMT
Subj: | | Re: TPT AddColumn(.) API - TIME data types |
|
From: | | Geoffrey Rommel |
| Is there any idea as to how can TIME typed columns be introduced to the AddColumn(...) TPT API? | |
I am not familiar with the TPT API, but in Record Mode these types are usually output from Teradata as character strings. For instance, time(0)
would come out as char(8), timestamp(6) as char(26), etc. The default formats are described in the Data Types manual; they can be changed in
tdlocaledef.
| |