How to cast date "2015-03-03-012204-000000" to timestamp



How to cast date "2015-03-03-012204-000000" to timestamp..

Answer / akhil kumar

SELECT TO TIMESTAMP('YYYY-MM-DD-HHMISS-FF')
FROM DUAL;

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Teradata Interview Questions

how do we write scripts in unix how to execute scripts in real time anybody please needfull or give me number i will cal u

0 Answers  


What are the multiload utility limitations?

0 Answers  


We are migrating an oracle table into teradata, the volume of data is huge and partitioned (year wise list partition). How do i simulate the same in teradata.

2 Answers   IBM,


What do you mean by tpt in teradata?

0 Answers  


What is the use of upsert command in teradata?

1 Answers  






How is Teradata in current market?

4 Answers  


What is the difference between SI and JI?

2 Answers  


What are the updated features of teradata?

0 Answers  


what is the difference between start schma and Fsldm?

5 Answers   Intel,


How you will check the version of teradata?

0 Answers  


sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?

3 Answers   CTS,


My table got locked during mload due to a failed job. What do I do to perform other operations on it?

0 Answers  


Categories