VERSION()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Xpand
Topics on this page:
Overview
Returns the version of the MariaDB server as a string.
USAGE
VERSION()
DETAILS
VERSION()
is an information function that returns the version of the database server as a string.
The return value may include suffixed information for the server build and configuration.
EXAMPLES
SELECT VERSION();
+--------------------------------------+
| VERSION() |
+--------------------------------------+
| 10.5.5-MariaDB-1:10.5.5+maria~bionic |
+--------------------------------------+