メインコンテンツまでスキップ
バージョン: 4.0

version

MySQL データベースの現在のバージョンを返します。

StarRocks のバージョンを照会するには、current_version を使用できます。

Syntax​

VARCHAR version();

Parameters​

なし

Return value​

VARCHAR 型の値を返します。

Examples​

mysql> select version();
+-----------+
| version() |
+-----------+
| 5.1.0 |
+-----------+
1 row in set (0.00 sec)

References​

current_version

Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.