News

In sql server if you have columns which are of date/time type then sometimes you need to find their difference for passing into the application when needed.so for doing that sql server provides a ...
DATEDIFF is a common function in the SQL Server to find the number of days between two dates. Oracle offers its own solution, although does not have the DATEDIFF function. You have the right to access ...