📜  mysql 将列转换为大写 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:04.157000             🧑  作者: Mango

代码示例1
UPDATE my_table SET my_column = UPPER(my_column)