https://www.cnblogs.com/poloyy/p/12890763.html
upper 的作用
将所有字符串更改为大写,然后返回
upper 的语法格式
UPPER(str)
小栗子
SELECT 'Hey'); # HEY hello world); # HELLO WORLD UPPER(NULL); # NULL
https://www.cnblogs.com/poloyy/p/12890763.html
将所有字符串更改为大写,然后返回
UPPER(str)
SELECT 'Hey'); # HEY hello world); # HELLO WORLD UPPER(NULL); # NULL