18系统函数

Posted yimengtianya1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了18系统函数相关的知识,希望对你有一定的参考价值。

1.获取mysql版本号
VERSION()
示例:

SELECT VERSION()
返回结果为:5.7.21-log

2.查看当前用户的连接数
connection_ID() #显示MySQL服务器启动之后被连接的次数
示例:

SELECT connection_ID()
结果为:6

3.查看当前所用的数据库
database()
schema()
4.获取用户名
user()
current_user()
system_user()
session_user()
注:以上函数功能相同
示例:

SELECT user(),current_user(),system_user(),session_user()
技术分享图片
 

以上是关于18系统函数的主要内容,如果未能解决你的问题,请参考以下文章

20.16/20.17 shell中的函数 20.18 shell中的数组 20.19 告警系统需求

20.16/20.17 shell中的函数 20.18 shell中的数组 20.19 告警系统需求

20.16/20.17 shell中的函数20.18 shell中的数组20.19 告警系统需求分析

20.16-20.17 shell中的函数;20.18 shell中的数组;20.19 告警系统需求

20.16 20.17shell中的函数(上下);20.18 shell中的数组;20.19 告警系统需求分析

18.Llinux-触摸屏驱动(详解)