前端——第三天

一:继续学习sql语句:     1:SELECT userId,LOWER(username) from `user`     LOWER(字段):把字段转换为小写    2:  SELECT userId,UPPER(username) from `user`      UPPER(字段):把字段转换为大写      3.SELECT userId,SUBSTR(username,1,2) f
相关文章
相关标签/搜索