Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Whom can help me explain the ‘46.06:18:08’ time. - response (7) by gerardo

$
0
0

when you wrote
SELECT CAST( '11:10:25' AS TIME(0)) - CAST('11:00:33' AS TIME(0))
 you are missing HOUR TO SECOND
You should write
 
SELECT CAST( '11:10:25' AS TIME(0)) - CAST('11:00:33' AS TIME(0)) HOUR TO SECOND ;
 
 
 
 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>