Server time (UTC): 2025-11-27 17:16:29

Searching the web for "MariaDB" - Your search took 0.09 seconds.

Favicon
https://www.techonthenet.com/mariadb/functions/ifnull.php
This MariaDB tutorial explains how to use the MariaDB IFNULL function with syntax and examples. The MariaDB IFNULL function allows you to return an alternate value if an expression is NULL
Favicon
https://www.techonthenet.com/mariadb/functions/ceiling.php
This MariaDB tutorial explains how to use the MariaDB CEILING function with syntax and examples. The MariaDB CEILING function returns the smallest integer value that is greater than or equal to a numb
Favicon
https://www.techonthenet.com/mariadb/functions/div.php
This MariaDB tutorial explains how to use the MariaDB DIV function with syntax and examples. The MariaDB DIV function is used for integer division where n is divided by m and an integer value is retur
Favicon
https://www.techonthenet.com/mariadb/functions/current_time.php
This MariaDB tutorial explains how to use the MariaDB CURRENT_TIME function with syntax and examples. The MariaDB CURRENT_TIME function returns the current time
Favicon
https://www.techonthenet.com/mariadb/functions/current_timestamp.php
This MariaDB tutorial explains how to use the MariaDB CURRENT_TIMESTAMP function with syntax and examples. The MariaDB CURRENT_TIMESTAMP function returns the current date and time
Favicon
https://www.techonthenet.com/mariadb/functions/pow.php
This MariaDB tutorial explains how to use the MariaDB POW function with syntax and examples. The MariaDB POW function returns m raised to the nth power
Favicon
https://www.techonthenet.com/mariadb/functions/period_diff.php
This MariaDB tutorial explains how to use the MariaDB PERIOD_DIFF function with syntax and examples. The MariaDB PERIOD_DIFF function returns the difference in months between two periods (formatted as
Favicon
https://www.techonthenet.com/mariadb/functions/time_format.php
This MariaDB tutorial explains how to use the MariaDB TIME_FORMAT function with syntax and examples. The MariaDB TIME_FORMAT function formats a time as specified by a format mask
Favicon
https://www.techonthenet.com/mariadb/functions/rand.php
This MariaDB tutorial explains how to use the MariaDB RAND function with syntax and examples. The MariaDB RAND function can be used to return a random number or a random number within a range
Favicon
https://www.techonthenet.com/mariadb/functions/weekday.php
This MariaDB tutorial explains how to use the MariaDB WEEKDAY function with syntax and examples. The MariaDB WEEKDAY function returns the weekday index for a date