摘要: # 字符串函数 # 拼接两个字符串 concat(字符串1, 字符串2) select concat('123', '456'); # 123456 # 字符串中所有字符转小写 lower(字符串) select lower('Hello'); # hello # 字符串中所有字符转大写 upper 阅读全文
posted @ 2024-11-28 15:21 萧一下 阅读(1) 评论(0) 推荐(0) 编辑