Skip to content

Database.Guide

SINH() Function in Oracle

July 23, 2021 by Ian

In Oracle, the SINH() function returns the hyperbolic sine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

SIN() Function in Oracle

July 23, 2021 by Ian

In Oracle, the SIN() function returns the sine of its argument, where the argument is an angle expressed in radians.

Read more

Categories Oracle Tags functions, numeric functions, what is

MongoDB Aggregation Operators for Returning Date Parts

July 22, 2021 by Ian

This article lists the various aggregation pipeline operators that can be used to return individual date parts from a Date object in MongoDB.

Read more

Categories MongoDB Tags aggregation, date format, dates, operators

POWER() Function in Oracle

July 22, 2021 by Ian

In Oracle, the POWER() function returns its first argument raised to the power of its second argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

REMAINDER() Function in Oracle

July 22, 2021 by Ian

In Oracle, the REMAINDER() function returns the remainder of its first argument divided by its second.

It’s similar to the MOD() function, except that it uses ROUND() in its calculation, whereas MOD() uses FLOOR() in its calculation.

Read more

Categories Oracle Tags functions, numeric functions, what is

4 Functions to Get the Hour from a Time Value in MariaDB

July 21, 2021 by Ian

Below are 4 functions that enable you to return the hour from a time value in MariaDB.

Read more

Categories MariaDB Tags dates, how to, time format

MOD() Function in Oracle

July 21, 2021 by Ian

In Oracle, the MOD() function returns the modulo operation. In other words, it returns the remainder of its first argument divided by its second.

Read more

Categories Oracle Tags functions, numeric functions, what is

EXP() Function in Oracle

July 21, 2021 by Ian

In Oracle, the EXP() function returns the value of e (the base of natural logarithms) raised to the power of the argument.

The number e, also known as Euler’s number, is a mathematical constant approximately equal to 2.71828.

Read more

Categories Oracle Tags functions, numeric functions, what is

Replace Multiple Characters in a String in SQL Server (T-SQL)

July 20, 2021 by Ian

In SQL Server, the REPLACE() function enables us to replace a string with another string. But what if you want to replace a list of characters with another list of characters?

The TRANSLATE() function might help.

Read more

Categories SQL Server Tags how to, mssql, string functions, t-sql

COSH() Function in Oracle

July 20, 2021 by Ian

In Oracle, the COSH() function returns the hyperbolic cosine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is
Older posts
Newer posts
← Previous Page1 … Page230 Page231 Page232 … Page423 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved