08 2021 档案
摘要:MySQL常用函数 基于尚硅谷课程总结的MySQL常用函数 使用方法请自行查询相关api 1.字符函数 concat:连接 substr:截取字符串 upper:变大写 lower:变小写 length:截取字节长度 trim:去前后空格 lpad:左填充 rpad:右填充 instr:获取字符位置
阅读全文
摘要:MySQL(一) 1.登陆 mysql -uroot -pMyPassword 使用默认的root用户名登陆,将MyPassword改成自己的密码 2.基本操作 --注释 updata mysql .user set authentication_string=password('123456')
阅读全文

浙公网安备 33010602011771号