大写字母改成小写字母
update 表名 set 字段名a= Lower(字段a)
小写字母改成大写字母
update 表名 set 字段名a= upper(字段a)
posted on 2018-04-13 17:28 HopeWu 阅读(10791) 评论(0) 编辑 收藏 举报