企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
|函数|说明|返回值| |-|-|-| |version( )|返回当前MySQL版本号|5.7.1| |user( )|输出当前用户的连接信息|root@localhost| |current_user( )|输出当前用户的连接信息|root@localhost| |system_user( )|输出当前用户的连接信息|root@localhost| |session_user( )|输出当前用户的连接信息|root@localhost| |charset( str )|返回字符串str自变量的字符集|utf8| |collation( str )|返回字符串str的字符排序方式|utf8_general_ci| |last_insert_id()|返回最后一个insert或update为auto_increment列值|同时插入多条数据返回第一条的值|