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)

MariaDB RTRIM() vs RTRIM_ORACLE(): What’s the Difference?

Posted on September 2, 2021 by Ian

MariaDB has an RTRIM() function and a RTRIM_ORACLE() function. Both functions do essentially the same thing. But there is a minor difference.

Continue reading →
MariaDB functions, string functions, what is

2 Functions that Return the Month from a Date in Oracle

Posted on September 1, 2021 by Ian

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

Continue reading →
Oracle date format, date functions, dates, how to

TO_CHAR(number) Function in Oracle

Posted on September 1, 2021September 5, 2021 by Ian

In Oracle Database, the TO_CHAR(number) function converts a number to a VARCHAR2 value in the format specified by the format argument.

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

List of Number Format Elements in Oracle

Posted on August 31, 2021 by Ian

Below is a full list of the format elements that can be used to format numbers in Oracle Database.

Continue reading →
Oracle number format, reference

6 Ways to Check your MariaDB Version

Posted on August 31, 2021 by Ian

Here are six ways to check what version of MariaDB you’re currently running.

Continue reading →
MariaDB how to, show version

Find Out Which Quarter a Date Belongs to in Oracle

Posted on August 31, 2021 by Ian

When using the TO_CHAR(datetime) function in Oracle Database, you can use the Q format element to return the quarter that a given date belongs to.

Continue reading →
Oracle date format, dates, how to

List of Languages Supported by Oracle Database

Posted on August 30, 2021 by Ian

The following table contains a list of territories that are supported by Oracle Database.

Continue reading →
Oracle reference

WEEKDAY() vs DAYOFWEEK() in MariaDB: What’s the Difference?

Posted on August 30, 2021 by Ian

MariaDB provides a WEEKDAY() function and a DAYOFWEEK() function, both of which return the day of the week, represented as a number.

But the number returned is different between these functions.

This post looks at the difference.

Continue reading →
MariaDB date functions, functions

How to Install Oracle Database on Windows

Posted on August 29, 2021 by Ian

Below are the steps I used to install Oracle Database 18c XE on Windows 10.

Oracle Database 18c XE is the free Express Edition of Oracle. This is a good entry point into Oracle Database. XE is a regular Oracle Database, and it therefore provides compatibility with other Oracle Database editions. You can always move to another edition if you ever need to.

Continue reading →
Oracle how to, install

Fix: “the leading precision of the interval is too small” in Oracle Database

Posted on August 29, 2021 by Ian

If you’re trying to use an interval literal in Oracle, but you keep getting the “leading precision of the interval is too small” error, hopefully this helps.

Continue reading →
Oracle errors, how to
  • «
  • 1
  • …
  • 184
  • 185
  • 186
  • 187
  • 188
  • …
  • 389
  • »

About Database.Guide | Privacy Policy