Hi Diter,
Please see the below mentioned issue, we are using Teradata13.10
SELECT ( (TIMESTAMP '2011-01-17 21:00:00.000000' - TIMESTAMP'2011-01-10 23:00:00.000000') MINUTE(4))
-- 9960
SELECT ( (TIMESTAMP '2011-01-17 22:00:00.000000' - TIMESTAMP'2011-01-10 23:00:00.000000') MINUTE(4))
Error:-Interval field overflow
9999-->It will NOT be exceeded more than 9999
If I want to achieve more than 9999 minutes, what kind of code we need to write, Please help me out from this situation
Thanks in advance
Hi Diter,
Please see the below mentioned issue, we are using Teradata13.10
SELECT ( (TIMESTAMP '2011-01-17 21:00:00.000000' - TIMESTAMP'2011-01-10 23:00:00.000000') MINUTE(4))
-- 9960
SELECT ( (TIMESTAMP '2011-01-17 22:00:00.000000' - TIMESTAMP'2011-01-10 23:00:00.000000') MINUTE(4))
Error:-Interval field overflow
9999-->It will NOT be exceeded more than 9999
If I want to achieve more than 9999 minutes, what kind of code we need to write, Please help me out from this situation
Thanks in advance