Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are Date functions?

functions
0
Posted

What are Date functions?

0

Functions that operate on Oracle Dates are termed as Date functions. All datefunctions return a value of date datatype except the \ function months_between returns a numeric value. Function Purpose ADD_MONTHS(d,n) returns the date ‘d’ plus n months. n must be an integer. n can be positive or negative. LAST_DAY(d) returns the date of the last day of the month containing the date ‘d’. NEXT_DAY(d,char) returns date of first day of week named after char that is later than d, char must be a valid day of lthe week. MONTHS_BETWEEN(d,e) returns no of months between dates d & e.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123