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 (148)
  • MariaDB (424)
  • Microsoft Access (17)
  • MongoDB (265)
  • MySQL (602)
  • NoSQL (8)
  • Oracle (301)
  • PostgreSQL (480)
  • Redis (210)
  • SQL (697)
  • SQL Server (1,170)
  • SQLite (299)

Tag: conversion functions

BIN_TO_NUM() Function in Oracle

Posted on August 28, 2021 by Ian

In Oracle Database, the BIT_TO_NUM() function converts a bit vector to its equivalent number.

Continue reading →
Oracle conversion functions, functions, what is

ASCIISTR() Function in Oracle

Posted on August 27, 2021 by Ian

In Oracle Database, the ASCIISTR() function returns an ASCII version of the given string in the database character set. 

Continue reading →
Oracle conversion 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

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

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

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

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

How TO_CHAR() Works in MariaDB

Posted on June 17, 2021September 5, 2021 by Ian

In MariaDB, TO_CHAR() is a built-in string function that converts a date/time expression to a string.

The expression can be a date, datetime, time, or timestamp value.

This function was introduced in MariaDB 10.6.1 to enhance Oracle compatibility.

Continue reading →
MariaDB conversion functions, functions, string functions, what is
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • »

About Database.Guide | Privacy Policy