Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


30.4.5.22 MySQL 服务的版本补丁函数

该函数返回 MySQL 服务器的补丁版本。

无。

一个无符号的 TINYINT 值。

Press CTRL+C to copy
mysql> SELECT VERSION(), sys.version_patch(); +--------------+---------------------+ | VERSION() | sys.version_patch() | +--------------+---------------------+ | 8.4.0-tr | 26 | +--------------+---------------------+