Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Select QueryRSS Feeds

Write a query to add days in todays date using sysdate function

Posted By: Katie Brown     Category: Oracle     Views: 3700

Write a query to add days in todays date using sysdate function.

Write a query to add days in todays date.

SELECT SYSDATE+10 FROM dual;

Output : 

SYSDATE+1
06-MAY-97

This command will add 10 to current date.
 
  
Share: 



Katie Brown
Katie Brown author of Write a query to add days in todays date using sysdate function is from London, United Kingdom.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!