Im trying to execute
select * from WMERROR where INSERTTIMESTAMP > SYSTIMESTAMP - (5/(24*60))
.
Oracle 12C DB is in CEST Timezone.so i tried SQL statement on both client side(INDIA) and on machine located at CEST timezone?? Why SQL is Not yeildng results ,which is executed without errors.??
help me to resolve this usecase. Thanks