当前位置:网站首页>SQL case conversion, remove the space before and after
SQL case conversion, remove the space before and after
2020-11-09 22:26:00 【Game life】
-- toggle case Change to lowercase
UPDATE file_selection SET mash=LOWER(mash) WHERE xxxxx = '0';
-- toggle case Capitalize
UPDATE file_selection SET mash=UPPER(mash) WHERE xxxxx = '0';
-- Remove the space in the field The space before the character
UPDATE file_selection SET mash=ltrim(mash)
-- Remove the space in the field Space after character
UPDATE file_selection SET mash=rtrim(mash)
-- Remove the space in the field Spaces in characters
UPDATE file_selection SET mash=replace(mash, ' ', '') WHERE xxxxx = '0';
版权声明
本文为[Game life]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
Analysis steps of commodity background management
Do you know your server? Do you know what's inside the server
Open source project, private tool, rapid development
财务管理系统如何帮助企业实现财务自动化管理?
Kubernetes-18: installation and use of dashboard
Quick for imx6ull development board c program call shell
低功耗蓝牙单芯片为物联网助力
Traditional purchasing mode has changed! How to innovate automobile purchasing function?
CRM系统能帮助企业做哪些事?
day84:luffy:优惠活动策略&用户认证&购物车商品的勾选/结算
随机推荐
Application of V7 version of lvgl Library
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
Postman(一)---功能介绍
[best practice] learn how eolinker helps Telecommuting
More than 60 technical executives gathered in Songshan Lake, and the first phase of Huawei cloud core partner developer training camp was successfully concluded
毕业即失业?大学生如何分配学习时间比例,拥有完整计算机知识体系?
Configure the NZ date picker time selection component of ng zerro
lvgl 库 V7版本相关应用
团灭 LeetCode 打家劫舍 问题
Apache Hadoop的重要组成
The basic principle of MRAM
CUDA常用概念及注意点
低功耗蓝牙单芯片为物联网助力
Analysis steps of commodity background management
Configure the NZ date picker time selection component of ng zerro
mongodb内核源码实现、性能调优、最佳运维实践系列-command命令处理模块源码实现一
Python中[:]与[::]的用法
Operation and design of rights management in ERP
Win7 + vs2015 + cuda10.2 configuration tensorrt7.0
配置ng