for portability in SQL query ie a query written for one DB runs fine for other
i try to standardize our SQL queries as far as i can....
For finding the date difference we have:
DATEDIFF function in SQL Server
- operator in Oracle ...
i want to Sync this also how would i do that
i tried to create same name function in Oracle but having problem... of parameter type....what interval type should i take so that it works like SQL server DATEDIFF function.
i try to standardize our SQL queries as far as i can....
For finding the date difference we have:
DATEDIFF function in SQL Server
- operator in Oracle ...
i want to Sync this also how would i do that
i tried to create same name function in Oracle but having problem... of parameter type....what interval type should i take so that it works like SQL server DATEDIFF function.
Comment