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 (138)
  • 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)

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

2 Functions to Get the Year from a Date in Oracle

Posted on August 21, 2021 by Ian

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

Continue reading →
Oracle date format, dates, how to

TO_DSINTERVAL() Function in Oracle

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

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

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

TZ_OFFSET() Function in Oracle

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

Continue reading →
Oracle date functions, functions, what is

NUMTOYMINTERVAL() Function in Oracle

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

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

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

About Database.Guide | Privacy Policy