Dieter,
Got the function to_timestamp. But this is the timestamp format i am getting from the source
"May 10 2013 10:58:04:393AM", how can i load this into the TD table with the datatype as timestamp(6)?
I have tried like this
SEL TO_TIMESTAMP('May 10 2013 10:58:04:3934AM', 'mon dd yyyy hh:mi:ss:ssssPM')
but not getting the desired OP.
Dieter,
Got the function to_timestamp. But this is the timestamp format i am getting from the source
"May 10 2013 10:58:04:393AM", how can i load this into the TD table with the datatype as timestamp(6)?
I have tried like this
but not getting the desired OP.