河南成教 / 数据库原理及应用
Sql server提供了一些字符串函数,以下说法错误的是
A.select right('hello',3) 返回值为:hel
B.select ltrim(rtrim(' hello ')) 返回值为:hello(前后都无空格)
C. select replace('hello','e','o') 返回值为:hollo
D.select len('hello') 返回值为:5
参考答案:
佳题速递: