摘要:
DQL中的函数 #官方函数文档 https://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html#function_date-format 单行函数 1.字符串函数 #长度 length(字段) #截取字符串 substr(字段 阅读全文
posted @ 2024-01-27 20:09
low-reed
阅读(7)
评论(0)
推荐(0)
摘要:
#解决依赖冲突 rpm -qa|grep mariadb rpm -e --nodeps 文件 #解决依赖缺失 yum -y install autoconf #mysql安装顺序common->libs->client->server rpm -ivh 文件 yun install net-too 阅读全文
posted @ 2024-01-27 12:19
low-reed
阅读(15)
评论(0)
推荐(0)