Skip to content

Database.Guide

Oracle

2 Ways to Get the Day from a Date in Oracle

August 26, 2021 by Ian

Below are two functions that can be used to return the day from a date in Oracle Database.

Read more

Categories Oracle Tags date format, date functions, dates, how to

Fix “Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!”

August 25, 2021 by Ian

I recently tried to install QEMU on my M1 Mac but received the “Cannot install in Homebrew on ARM processor in Intel default prefix” error.

Here’s how I fixed the issue.

Read more

Categories Oracle Tags errors, how to

Oracle Datetime Functions (Full List)

August 25, 2021 by Ian

Below is a full list of datetime functions available in Oracle Database.

Read more

Categories Oracle Tags date functions, reference

TRUNC(date) Function in Oracle

August 25, 2021 by Ian

In Oracle Database, the TRUNC(date) function returns the given date value with the time portion of the day truncated to the unit provided in the specified format model.

Oracle also has a TRUNC(number) syntax, which is used on numbers. This article is solely about the TRUNC(date) syntax, which is used on dates.

Read more

Categories Oracle Tags date functions, functions, what is

TO_YMINTERVAL() Function in Oracle

September 5, 2021August 24, 2021 by Ian

In Oracle Database, the TO_YMINTERVAL() function converts its argument to a value of INTERVAL MONTH TO YEAR data type.

Read more

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

SYS_EXTRACT_UTC() Function in Oracle

August 24, 2021 by Ian

In Oracle Database, the SYS_EXTRACT_UTC() function extracts the UTC (Coordinated Universal Time) from a datetime value with time zone offset or time zone region name.

Read more

Categories Oracle Tags date functions, functions, what is

GREATEST() Function in Oracle

August 23, 2021 by Ian

In Oracle Database, the GREATEST() function returns the greatest of a list of one or more expressions.

Read more

Categories Oracle Tags comparison functions, functions, what is

LEAST() Function in Oracle

August 23, 2021 by Ian

In Oracle Database, the LEAST() function returns the least of a list of one or more expressions.

Read more

Categories Oracle Tags comparison functions, functions, what is

Supported Format Models for the ROUND() and TRUNC() Date Functions in Oracle

August 22, 2021 by Ian

Below is a full list of the format models that are available to be used with the ROUND(date) and TRUNC(date) functions in Oracle Database.

Read more

Categories Oracle Tags date format, reference

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
Older posts
Newer posts
← Previous Page1 … Page18 Page19 Page20 … Page31 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved