Skip to content

Database.Guide

date functions

TO_TIMESTAMP() Function in Oracle

September 5, 2021August 22, 2021 by Ian

In Oracle Database, the TO_TIMESTAMP() function converts its argument to a value of TIMESTAMP data type.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

TO_TIMESTAMP_TZ() Function in Oracle

September 5, 2021August 22, 2021 by Ian

In Oracle Database, the TO_TIMESTAMP_TZ() function converts its argument to a value of TIMESTAMP WITH TIME ZONE data type.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

TO_DSINTERVAL() Function in Oracle

September 5, 2021August 21, 2021 by Ian

In Oracle Database, the TO_DSINTERVAL() function converts its argument to a value of INTERVAL DAY TO SECOND data type.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

TZ_OFFSET() Function in Oracle

August 20, 2021 by Ian

In Oracle Database, the TZ_OFFSET() function returns the time zone offset corresponding to the argument based on the date the statement is executed.

Read more

Categories Oracle Tags date functions, functions, what is

NUMTOYMINTERVAL() Function in Oracle

September 5, 2021August 20, 2021 by Ian

In Oracle Database, the NUMTOYMINTERVAL() function converts a number to an INTERVAL YEAR TO MONTH literal.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

NUMTODSINTERVAL() Function in Oracle

September 5, 2021August 20, 2021 by Ian

In Oracle Database, the NUMTODSINTERVAL() function converts a number to an INTERVAL DAY TO SECOND literal.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

NEXT_DAY() Function in Oracle

August 19, 2021 by Ian

In Oracle Database, the NEXT_DAY() function returns the date of the first instance of the specified weekday that is later than the specified date.

Read more

Categories Oracle Tags date functions, functions, what is

TO_CHAR(datetime) Function in Oracle

September 5, 2021August 18, 2021 by Ian

In Oracle Database, the TO_CHAR(datetime) function converts a datetime or interval value to a VARCHAR2 value in the format specified by the date format.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

NEW_TIME() Function in Oracle

August 18, 2021 by Ian

In Oracle Database, the NEW_TIME() function converts the date from a specified time zone to another specified time zone, and returns the result.

Read more

Categories Oracle Tags date functions, functions, what is

MONTHS_BETWEEN() Function in Oracle

August 18, 2021 by Ian

In Oracle Database, the MONTHS_BETWEEN() function returns the number of months between two dates.

Read more

Categories Oracle Tags date functions, functions, what is
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page31 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved