📌  相关文章
📜  如何在mysql代码示例中使用小写字母

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

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