Database.Guide

Skip to content

Beginners

  • What is a Database?
  • Database Tutorial

SQL

  • SQL Tutorial
  • SQL Reference
  • SQL Joins Tutorial
  • SQL Transactions Tutorial
  • Basic SQL Queries

Categories

  • Azure SQL Edge (17)
  • Database Concepts (99)
  • Database Tools (72)
  • DBMS (9)
  • DuckDB (132)
  • MariaDB (424)
  • Microsoft Access (17)
  • MongoDB (265)
  • MySQL (602)
  • NoSQL (8)
  • Oracle (301)
  • PostgreSQL (480)
  • Redis (210)
  • SQL (697)
  • SQL Server (1,169)
  • SQLite (298)

Author: Ian

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

Posted on 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.

Continue reading →
Oracle errors, how to

Oracle Datetime Functions (Full List)

Posted on August 25, 2021 by Ian

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

Continue reading →
Oracle date functions, reference

TRUNC(date) Function in Oracle

Posted on 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.

Continue reading →
Oracle date functions, functions, what is

TO_YMINTERVAL() Function in Oracle

Posted on August 24, 2021September 5, 2021 by Ian

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

Continue reading →
Oracle conversion functions, date functions, functions, what is

SYS_EXTRACT_UTC() Function in Oracle

Posted on 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.

Continue reading →
Oracle date functions, functions, what is

GREATEST() Function in Oracle

Posted on August 23, 2021August 23, 2021 by Ian

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

Continue reading →
Oracle comparison functions, functions, what is

LEAST() Function in Oracle

Posted on August 23, 2021August 23, 2021 by Ian

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

Continue reading →
Oracle comparison functions, functions, what is

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

Posted on 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.

Continue reading →
Oracle date format, reference

TO_TIMESTAMP() Function in Oracle

Posted on August 22, 2021September 5, 2021 by Ian

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

Continue reading →
Oracle conversion functions, date functions, functions, what is

TO_TIMESTAMP_TZ() Function in Oracle

Posted on August 22, 2021September 5, 2021 by Ian

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

Continue reading →
Oracle conversion functions, date functions, functions, what is
  • «
  • 1
  • …
  • 185
  • 186
  • 187
  • 188
  • 189
  • …
  • 388
  • »

About Database.Guide | Privacy Policy