StackOverflow 文件 MySQL 教程 字串操作 UPPER() UCASE() UPPER() UCASE() Created: November-22, 2018 用大寫字母轉換字串引數 語法:UPPER(str) UPPER('fOoBar') -- 'FOOBAR' UCASE('fOoBar') -- 'FOOBAR' 長度()SUBSTRING()