This MariaDB tutorial explains how to use the RETURN statement in MariaDB with syntax and examples. In MariaDB, the RETURN statement is used when you are want to exit a function and return the result
This MariaDB tutorial explains how to use the MariaDB TRUNCATE function with syntax and examples. The MariaDB TRUNCATE function returns a number truncated to a certain number of decimal places
This MariaDB tutorial explains how to use the MariaDB SIGN function with syntax and examples. The MariaDB SIGN function returns a value indicating the sign of a number
This MariaDB tutorial explains how to use the MariaDB SYSDATE function with syntax and examples. The MariaDB SYSDATE function returns the current date and time
This MariaDB tutorial explains how to use the MariaDB RADIANS function with syntax and examples. The MariaDB RADIANS function a value in degrees to radians
This MariaDB tutorial explains how to use the MariaDB DATE_ADD function with syntax and examples. The MariaDB DATE_ADD function returns a date after which a certain time/date interval has been added
This MariaDB tutorial explains how to use the MariaDB COUNT function with syntax and examples. The MariaDB COUNT function returns the count of an expression
This MariaDB tutorial explains how to create, update, and drop VIEWS in MariaDB with syntax and examples. In MariaDB, a VIEW is not a physical table, but rather, it is in essence a virtual table creat
This MariaDB tutorial explains how to use the CLOSE statement to close a cursor in MariaDB with syntax and examples. The final step in MariaDB is to close the cursor once you have finished using it