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

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

NUMTODSINTERVAL() Function in Oracle

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

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

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

List of Datetime Format Elements in Oracle

Posted on August 19, 2021 by Ian

Below is a full list of the datetime format elements in Oracle Database.

Continue reading →
Oracle date format, reference

NEXT_DAY() Function in Oracle

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

Continue reading →
Oracle date functions, functions, what is

TO_CHAR(datetime) Function in Oracle

Posted on August 18, 2021September 5, 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.

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

NEW_TIME() Function in Oracle

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

Continue reading →
Oracle date functions, functions, what is

MONTHS_BETWEEN() Function in Oracle

Posted on August 18, 2021 by Ian

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

Continue reading →
Oracle date functions, functions, what is

4 Ways to Change the Time Zone in Oracle

Posted on August 17, 2021 by Ian

In Oracle Database, time zones can be set in various places. Below are four ways to change the time zone when using Oracle.

Continue reading →
Oracle how to

Oracle String Functions (Full List)

Posted on August 17, 2021 by Ian

Below is a list of built-in string/character functions that are available in Oracle Database.

Continue reading →
Oracle functions, string functions
  • «
  • 1
  • …
  • 187
  • 188
  • 189
  • 190
  • 191
  • …
  • 389
  • »

About Database.Guide | Privacy Policy