摘要: http://blog.csdn.net/dxb601/article/details/52086830 update 表名 set 字段名a= Lower(字段a) 2.将小写字母转化成大写字母 update 表名 set 字段名a= upper(字段名a) update 表名 set 字段名a= 阅读全文
posted @ 2018-03-16 13:08 LuoCore 阅读(1634) 评论(0) 推荐(0)