Documentation Home
MySQL 8.0 リファレンスマニュアル
Download this Manual
PDF (US Ltr) - 36.1Mb
PDF (A4) - 36.2Mb


このページは機械翻訳したものです。

28.4.5.20 version_major() 関数

この関数は、MySQL サーバーのメジャーバージョンを戻します。

パラメータ

なし

戻り値

TINYINT UNSIGNED 値。

Press CTRL+C to copy
mysql> SELECT VERSION(), sys.version_major(); +--------------+---------------------+ | VERSION() | sys.version_major() | +--------------+---------------------+ | 8.0.13-debug | 8 | +--------------+---------------------+