数据库相关函数(字符函数)
摘要:1、 ✓ LENGTH(s) 计算字符串中的字符数✓ UPPER(str) 把字符都转换成大写✓ LOWER(str) 把字符都转换成小写✓ TRIM(str) 去除字符串首部和尾部的所有空格✓ LEFT(str,len) 返回字符串str的最左面len个字符。✓ RIGHT(str,len) 返回
阅读全文
posted @ 2020-03-12 16:02
posted @ 2020-03-12 16:02
posted @ 2020-03-12 15:58
posted @ 2020-03-12 15:57
posted @ 2020-03-12 15:56
posted @ 2020-03-12 15:55
posted @ 2019-12-18 18:43
posted @ 2019-09-29 23:37