MySQL 9.0 Reference Manual Including MySQL NDB Cluster 9.0

30.4.5.20 The version_major() Function

This function returns the major version of the MySQL server.

Parameters

None.

Return Value

A TINYINT UNSIGNED value.

Example
mysql> SELECT VERSION(), sys.version_major();
+--------------+---------------------+
| VERSION()    | sys.version_major() |
+--------------+---------------------+
| 8.4.0-tr     |                   8 |
+--------------+---------------------+