|
Archives of the TeradataForumMessage Posted: Tue, 06 Jan 2004 @ 21:47:20 GMT
Timestamp difference is of INTERVAL data type, so you just need to specify the interval format required. Examples: SELECT (END_TIME - START_TIME) DAY(4) TO SECOND from table_a; SELECT (END_TIME - START_TIME) DAY(2) TO HOUR from table_a; SELECT (END_TIME - START_TIME) YEAR(2) TO MONTH from table_a; etc. Check out "SQL Reference Vol. 3" for more information. Regards, Victor
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||