Good Morning All,
I have a small sql code that works fine in sql developer, but when i'm using it to load data (source Oracle db), destination (SQL Server). Its giving the error ORA-00904 Invalid Identifier SYSDATE, Any ideas? what i'm doing wrong here.
select first_start_datetime from TABLE where first_start_datetime>=sysdate
Thanks