SQLServer中的常用函数字符串函数len() 计算字符串的长度select LEN(name) from test1--计算name的长度大小写转换 lower() upper()select lower('STUD