In Oracle SQL Developer, how to determine the calendar date of the next occurrence of an environment based on the current date. I searched and saw many examples for Ruby, PHP, MYSQL, but not for oracle sql. I read this article about DATETIME computing , but they did not pass in class. We work with date conversion, the case when, timestamps and intervals, but I'm not sure how to solve this problem.
source share