问题详情
Sqlserver提供了一些字符串函数,以下说法正确的是哪三项?()
A、selectright("hello",3)返回值为:hel
B、selectltrim(rtrim("hello"))返回值为:hello(前后都无空格)
C、selectreplace("hello","e","o")返回值为:hollo
D、selectlen("hello")返回值为:5