Hi Jaxtell
actually in teradata we donot use INTERVAL
we just
( ( time1 - time2 ) DAY ( 4 ) TO MINUTE ) >= '0 00:01.
i think it will work.
can you explain me why you are using interval..
( ( time1 - time2 ) DAY ( 4 ) TO SECOND ) >= '0 00:00:60.'
you can check teradata query here...
Actually when i try to use day(4)to minute in Oracle Pl/Sql it won't work
But iam gone with day(4)to second like this
AND ( ( time1 - time2 ) DAY ( 4 ) TO SECOND ) >= '0 00:01:60.
iam not sure this is the way doing.
Hi guys,
Iam converting teradata sql to Pl/sql
In teradata i have
select * from table
where condition
AND ( ( time1 - time2 ) DAY ( 4 ) TO MINUTE ) >= '0 00:01.
so the above query has to work in oracle
can any one help me out
thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.