version_minor
Syntax
sys.version_minor()
Description
version_minor
is a stored function available with the Sys Schema.
It returns the MariaDB Server minor release version.
Examples
SELECT VERSION(), sys.version_major() AS major, sys.version_minor() AS minor, sys.version_patch() AS patch; +----------------+-------+-------+-------+ | VERSION() | major | minor | patch | +----------------+-------+-------+-------+ | 10.8.2-MariaDB | 10 | 8 | 2 | +----------------+-------+-------+-------+
See Also
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.