I need to use sysdate in both Oracle and SQL Server, but SQL Server has a GETDATE() function instead.
But I don't want to create 2 separate queries
Is there any specific common syntax which gives same output to sysdate and getdate in SQL Server and oracle