show variables where Variable_name = 'version';+---------------+-------------6ren">
gpt4 book ai didi

mysql - 是否可以在 MySQL "show variables"中仅显示值?

转载 作者:IT老高 更新时间:2023-10-28 23:52:19 25 4
gpt4 key购买 nike

查找 MySQL 变量值很容易:

mysql> show variables where Variable_name = 'version';+---------------+--------------------+| Variable_name | Value              |+---------------+--------------------+| version       | 5.0.19-Max         |+---------------+--------------------+1 row in set (0.00 sec)

但是是否有任何语法允许只选择具有变量值的列,如下所示:

mysql> command_i_want_to_know+--------------------+| Value              |+--------------------+| 5.0.19-Max         |+--------------------+1 row in set (0.00 sec)

最佳答案

还有一个变种 -

SELECT @@version;

关于mysql - 是否可以在 MySQL "show variables"中仅显示值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8046349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com