Search found 2 matches

by MohanShanmugam
Tue Dec 28, 2010 9:19 am
Forum: General
Topic: How to convert currenttimestamp() to load into timestamp(0)
Replies: 1
Views: 980

Forgot to mention the utility used. We are using TPump utlity to load data into Teradata table.
by MohanShanmugam
Tue Dec 28, 2010 9:14 am
Forum: General
Topic: How to convert currenttimestamp() to load into timestamp(0)
Replies: 1
Views: 980

How to convert currenttimestamp() to load into timestamp(0)

Hi ALL, This is my first post in this forum. I am having issue in loading currenttimestamp() which is used in transformer stage to load it into column having datatype timestamp(0) in teradata. It is loading well if i change the datatype as timestamp(6) in teradata. But, the requirement is to have ti...