getdate, datediff and dateadd are all SQL Server specific. Oracle uses sysdate and other logic for date differences. Have a look at section 16.2 of this guide:.
確定! 回上一頁