当前位置:网站首页>Fix names in the table (first character uppercase, other lowercase)
Fix names in the table (first character uppercase, other lowercase)
2022-07-01 01:52:00 【Hades hadir】
# Write your MySQL query statement below
select user_id,
CONCAT(Upper(left(name, 1)), Lower(substring(name, 2))) name
from Users
order by user_id;
Usage method :CONCAT(str1,str2,…)
The return result is the string generated by the connection parameter . If any parameter is NULL , The return value is NULL.
If all parameters are non binary strings , The result is a non binary string .
If the argument contains any binary string , The result is a binary string .
边栏推荐
- Fast understanding of forward proxy and reverse proxy
- With one-stop insight into industry hot spots, the new function "traffic market" of feigua data station B is launched!
- Understanding and application of Qt5 layout in creation
- Ks009 implementation of pet management system based on SSH
- Last day of the second quarter
- 计算特殊奖金
- Live shopping mall source code, realize left-right linkage of commodity classification pages
- 修复表中的名字(首字符大写,其他小写)
- Try new possibilities
- Mathematical knowledge: 01 sequence satisfying conditions - find combinatorial number
猜你喜欢

Electron pit Addon

Creating ASCII art with C #

Unknown database connection database error

Gin configuration file

FL Studio20.9水果软件高级中文版电音编曲

(翻译)实时内联验证更容易让用户犯错的原因

Neo4j installation, operation, project construction and function realization

int和位数组互转

Batch import of Excel data in applet
![[无线通信基础-14]:图解移动通信技术与应用发展-2-第一代移动模拟通信大哥大](/img/fa/f9bad44147ba9af21183b7bd630e32.png)
[无线通信基础-14]:图解移动通信技术与应用发展-2-第一代移动模拟通信大哥大
随机推荐
With one-stop insight into industry hot spots, the new function "traffic market" of feigua data station B is launched!
Log logrus third party library usage
The personal test is effective, and the JMeter desktop shortcut is quickly created
Composants de la grille de données portatifs
Mathematical knowledge: 01 sequence satisfying conditions - find combinatorial number
PHP数组拼接MySQL的in语句
[Qt5 basics] random number display
[Qt5 basic \u 1] starting from 0, Mr. Detian will study with you - Introduction to the window
[无线通信基础-14]:图解移动通信技术与应用发展-2-第一代移动模拟通信大哥大
Selenium classic interview question - multi window switching solution
In the fourth week of June, the list - flying melon data up main growth ranking list (BiliBili platform) was released!
对象与对象变量
Mathematical knowledge: finding combinatorial number III - finding combinatorial number
工作6年,来盘点一下职场人混迹职场的黄金法则
How does ZABBIX configure alarm SMS? (alert SMS notification setting process)
【JS】【掘金】获取关注了里不在关注者里的人
Live shopping mall source code, realize left-right linkage of commodity classification pages
AS400 大廠面試
Short video platform development, relying on drawerlayout to achieve side sliding menu effect
Check the disk usage of MySQL database

