Skip to content

Database.Guide

functions

How LOG2() Works in MariaDB

June 14, 2021 by Ian

In MariaDB, LOG2() is a built-in function that returns the base-2 logarithm of its argument.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How TRUNCATE() Works in MariaDB

June 13, 2021 by Ian

In MariaDB, TRUNCATE() is a built-in numeric function that returns a given number, truncated to a given number of decimal places.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How ABS() Works in MariaDB

June 13, 2021 by Ian

In MariaDB, ABS() is a built-in numeric function that returns the absolute (non-negative) value of its argument.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How ROUND() Works in MariaDB

June 13, 2021June 12, 2021 by Ian

In MariaDB, ROUND() is a built-in numeric function that rounds its argument to a given number of decimal places.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How ASIN() Works in MariaDB

June 12, 2021 by Ian

In MariaDB, ASIN() is a built-in numeric function that returns the arcsine (inverse sine) of its argument.

In other words, it returns the value whose sine is the argument.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How RAND() Works in MariaDB

June 12, 2021June 11, 2021 by Ian

In MariaDB, RAND() is a built-in function that returns a random DOUBLE precision floating point value v in the range 0 <= v < 1.0.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How ACOS() Works in MariaDB

July 13, 2021June 11, 2021 by Ian

In MariaDB, ACOS() is a built-in numeric function that returns the arccosine (inverse cosine) of its argument.

In other words, it returns the value whose cosine is the argument.

Read more

Categories MariaDB Tags functions, numeric functions, what is

MariaDB POWER() Explained

June 10, 2021 by Ian

In MariaDB, POWER() is a synonym to POW(), which is built-in function that returns the value of its first argument raised to the power of its second argument.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How POW() Works in MariaDB

June 10, 2021 by Ian

In MariaDB, POW() is a built-in function that returns the value of its first argument raised to the power of its second argument.

Read more

Categories MariaDB Tags functions, numeric functions, what is

How CONV() Works in MariaDB

June 10, 2021 by Ian

In MariaDB, CONV() is a built-in numeric function that converts numbers between different number bases. For example, you can use it to convert a number from base 10 to base 16.

It returns a string representation of the converted number.

Read more

Categories MariaDB Tags functions, numeric functions, what is
Older posts
Newer posts
← Previous Page1 … Page68 Page69 Page70 … Page151 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved